mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 13:27:46 +00:00
improved ui for decrypt/encrypt
This commit is contained in:
parent
cb8216b587
commit
d4380507b0
@ -11,24 +11,26 @@
|
||||
android:orientation="vertical"
|
||||
android:background="#eee">
|
||||
|
||||
<GridLayout
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/rectangle"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="@android:color/holo_orange_dark"
|
||||
android:text="Large Text"
|
||||
android:id="@+id/crypto_password_file"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_column="0"
|
||||
android:layout_row="0"/>
|
||||
android:textStyle="bold"
|
||||
android:text="Name: "/>
|
||||
|
||||
</GridLayout>
|
||||
<EditText
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="@android:color/holo_orange_dark"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
<LinearLayout
|
||||
|
@ -9,7 +9,7 @@
|
||||
android:id="@+id/pass_list"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:dividerHeight="8dp"
|
||||
android:dividerHeight="@dimen/activity_vertical_margin"
|
||||
android:divider="@android:color/transparent"/>
|
||||
|
||||
</FrameLayout>
|
||||
|
Loading…
x
Reference in New Issue
Block a user