diff --git a/AndroidManifest.xml b/AndroidManifest.xml index ac519e6ed0..87af35449a 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -4,6 +4,7 @@ ~ Copyright (c) 2009 Nicolas Raoul ~ Copyright (c) 2009 Edu Zamora ~ Copyright (c) 2009 Casey Link +~ Copyright (c) 2011 Norbert Nagold ~ ~ This program is free software; you can redistribute it and/or modify it under ~ the terms of the GNU General Public License as published by the Free Software @@ -40,6 +41,9 @@ + diff --git a/res/layout/card_browser.xml b/res/layout/card_browser.xml new file mode 100644 index 0000000000..50ad35dbd6 --- /dev/null +++ b/res/layout/card_browser.xml @@ -0,0 +1,17 @@ + + + + + \ No newline at end of file diff --git a/res/layout/card_item.xml b/res/layout/card_item.xml new file mode 100644 index 0000000000..205bd7ab65 --- /dev/null +++ b/res/layout/card_item.xml @@ -0,0 +1,18 @@ + + + + + diff --git a/res/layout/studyoptions.xml b/res/layout/studyoptions.xml index c95f61ed06..e974d4efde 100644 --- a/res/layout/studyoptions.xml +++ b/res/layout/studyoptions.xml @@ -178,13 +178,21 @@ android:textOn="@string/cram" android:layout_marginBottom="1.5dip"/> - + - +