Skip to content
Snippets Groups Projects
Commit cd2ea5ac authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

smaller fonts in model list

parent e11d0378
Branches
Tags
No related merge requests found
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.geuz.onelab" package="org.geuz.onelab"
android:versionCode="16" android:versionCode="17"
android:versionName="1.2.2" android:versionName="1.2.3"
android:installLocation="auto" > android:installLocation="auto" >
<uses-sdk android:minSdkVersion="14" <uses-sdk android:minSdkVersion="14"
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
android:id="@+id/title" android:id="@+id/title"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge" android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#ffffff" android:textColor="#ffffff"
android:textIsSelectable="false" /> android:textIsSelectable="false" />
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
android:id="@+id/description" android:id="@+id/description"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium" android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="#ffffff" android:textColor="#ffffff"
android:textIsSelectable="false" /> android:textIsSelectable="false" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment