Minor UI improvements

This commit is contained in:
Philipp Crocoll 2014-01-24 12:49:20 -08:00
parent b437dceb70
commit 926e74d95a
4 changed files with 2 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -12,7 +12,6 @@
android:id="@+id/version_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/divider1"
style="@style/InfoHeader"
android:text="@string/database_location" />
@ -68,7 +67,6 @@ android:layout_height="wrap_content">
android:id="@+id/password_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/divider1"
style="@style/InfoHeader"
android:text="@string/master_password" />
@ -129,7 +127,6 @@ android:layout_height="wrap_content">
android:id="@+id/keyfile_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/divider1"
style="@style/InfoHeader"
android:text="@string/key_file" />

View File

@ -56,7 +56,7 @@
<item name="android:layout_marginRight">12dip</item>
<item name="android:paddingLeft">4dp</item>
<item name="android:textColor">@color/dark_gray</item>
<item name="android:textSize">14sp</item>
<item name="android:textSize">18sp</item>
</style>
<style name="EntryFieldHeader" parent="android:Widget.Holo.Light.TextView">
@ -69,7 +69,7 @@
<item name="android:paddingLeft">4dp</item>
<item name="android:textAllCaps">true</item>
<item name="android:textColor">@color/light_gray</item>
<item name="android:textSize">14sp</item>
<item name="android:textSize">18sp</item>
<item name="android:textStyle">bold</item>
</style>
<style name="InfoHeader" parent="android:Widget.Holo.Light.TextView">