mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Open button expanded and add small text
This commit is contained in:
@@ -6,12 +6,12 @@
|
|||||||
<item>
|
<item>
|
||||||
<shape>
|
<shape>
|
||||||
<corners
|
<corners
|
||||||
android:radius="2dp" />
|
android:radius="0dp" />
|
||||||
<padding
|
<padding
|
||||||
android:left="0dp"
|
android:left="0dp"
|
||||||
android:right="0dp"
|
android:right="0dp"
|
||||||
android:top="8dp"
|
android:top="12dp"
|
||||||
android:bottom="8dp"/>
|
android:bottom="12dp"/>
|
||||||
<solid android:color="?attr/colorAccentCompat"/>
|
<solid android:color="?attr/colorAccentCompat"/>
|
||||||
</shape>
|
</shape>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
@@ -3,12 +3,12 @@
|
|||||||
<item>
|
<item>
|
||||||
<shape>
|
<shape>
|
||||||
<corners
|
<corners
|
||||||
android:radius="2dp" />
|
android:radius="0dp" />
|
||||||
<padding
|
<padding
|
||||||
android:left="0dp"
|
android:left="0dp"
|
||||||
android:right="0dp"
|
android:right="0dp"
|
||||||
android:top="8dp"
|
android:top="12dp"
|
||||||
android:bottom="8dp"/>
|
android:bottom="12dp"/>
|
||||||
<solid android:color="@color/orange"/>
|
<solid android:color="@color/orange"/>
|
||||||
</shape>
|
</shape>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
@@ -130,6 +130,7 @@
|
|||||||
|
|
||||||
<!-- File Input -->
|
<!-- File Input -->
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
|
android:id="@+id/container_key_file"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content">
|
||||||
|
|
||||||
@@ -173,9 +174,9 @@
|
|||||||
|
|
||||||
<android.support.v7.widget.SwitchCompat
|
<android.support.v7.widget.SwitchCompat
|
||||||
android:id="@+id/default_database"
|
android:id="@+id/default_database"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
style="@style/KeepassDXStyle.TextAppearance.Default"
|
style="@style/KeepassDXStyle.TextAppearance.Small"
|
||||||
android:layout_margin="16dp"
|
android:layout_margin="16dp"
|
||||||
android:text="@string/default_checkbox" />
|
android:text="@string/default_checkbox" />
|
||||||
|
|
||||||
@@ -187,15 +188,13 @@
|
|||||||
|
|
||||||
<android.support.v7.widget.AppCompatButton
|
<android.support.v7.widget.AppCompatButton
|
||||||
android:id="@+id/pass_ok"
|
android:id="@+id/pass_ok"
|
||||||
android:layout_marginRight="@dimen/default_margin"
|
android:layout_width="wrap_content"
|
||||||
android:layout_marginEnd="@dimen/default_margin"
|
|
||||||
android:layout_marginTop="@dimen/default_margin"
|
|
||||||
android:layout_marginBottom="@dimen/default_margin"
|
|
||||||
android:layout_width="100sp"
|
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentBottom="true"
|
android:layout_alignParentBottom="true"
|
||||||
android:layout_alignParentRight="true"
|
android:layout_alignParentStart="true"
|
||||||
|
android:layout_alignParentLeft="true"
|
||||||
android:layout_alignParentEnd="true"
|
android:layout_alignParentEnd="true"
|
||||||
|
android:layout_alignParentRight="true"
|
||||||
android:text="@string/menu_open" />
|
android:text="@string/menu_open" />
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
@@ -185,6 +185,9 @@
|
|||||||
<style name="KeepassDXStyle.TextAppearance.Default" parent="KeepassDXStyle.TextAppearance">
|
<style name="KeepassDXStyle.TextAppearance.Default" parent="KeepassDXStyle.TextAppearance">
|
||||||
<item name="android:textSize">16sp</item>
|
<item name="android:textSize">16sp</item>
|
||||||
</style>
|
</style>
|
||||||
|
<style name="KeepassDXStyle.TextAppearance.Small" parent="KeepassDXStyle.TextAppearance">
|
||||||
|
<item name="android:textSize">14sp</item>
|
||||||
|
</style>
|
||||||
<style name="KeepassDXStyle.TextAppearance.Large" parent="KeepassDXStyle.TextAppearance">
|
<style name="KeepassDXStyle.TextAppearance.Large" parent="KeepassDXStyle.TextAppearance">
|
||||||
<item name="android:textSize">18sp</item>
|
<item name="android:textSize">18sp</item>
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user