Added unlock icon, fixed drawer items, switched to icons from resource in drawer
This commit is contained in:
BIN
OpenKeychain/src/main/res/drawable-hdpi/ic_action_not_secure.png
Normal file
BIN
OpenKeychain/src/main/res/drawable-hdpi/ic_action_not_secure.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 373 B |
BIN
OpenKeychain/src/main/res/drawable-mdpi/ic_action_not_secure.png
Normal file
BIN
OpenKeychain/src/main/res/drawable-mdpi/ic_action_not_secure.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 321 B |
Binary file not shown.
|
After Width: | Height: | Size: 483 B |
Binary file not shown.
|
After Width: | Height: | Size: 619 B |
@@ -4,9 +4,10 @@
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="30 dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/drawer_item_icon"
|
||||
android:gravity="center_vertical"
|
||||
android:layout_width="30dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_alignParentLeft="true"
|
||||
@@ -24,6 +25,7 @@
|
||||
android:paddingTop="16dp"
|
||||
android:textAppearance="@android:style/TextAppearance.Medium"
|
||||
android:textColor="#111"
|
||||
android:layout_alignParentTop="true" />
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_toRightOf="@id/drawer_item_icon"/>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
Reference in New Issue
Block a user