mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-12-23 07:28:48 -05:00
Minor UI improvements
This commit is contained in:
parent
b437dceb70
commit
926e74d95a
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
@ -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" />
|
||||
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user