Update UI
This commit is contained in:
parent
252e22ce0b
commit
8dd93a2bd3
1 changed files with 4 additions and 3 deletions
|
@ -40,16 +40,17 @@
|
|||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:layout_marginRight="10dp"
|
||||
android:layout_gravity="center_vertical" >
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/settings"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:layout_marginRight="1dp"
|
||||
|
||||
android:focusable="false"
|
||||
android:src="@drawable/ic_action_settings_light" />
|
||||
android:src="@drawable/ic_action_settings_dark" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
|
|
Loading…
Reference in a new issue