Update save/show icons
This commit is contained in:
parent
c3dae1d707
commit
c97cc44064
5 changed files with 2 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 788 B |
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 762 B |
|
@ -6,7 +6,7 @@
|
|||
android:orientation="vertical" >
|
||||
|
||||
<!-- TextView android:id="@+id/Label" android:layout_width="fill_parent" android:layout_height="wrap_content" android:gravity="center" android:text="@string/select_index_file_to_download"></TextView -->
|
||||
<LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal" android:background="@drawable/tab_title_headline_background">
|
||||
<LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal" android:background="@color/titlebar_background">
|
||||
|
||||
<Button
|
||||
android:id="@+id/search_back_button"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="titlebar_background">#333333</color>
|
||||
<color name="activity_background">#5B5B5B</color>
|
||||
<color name="list_separator">#494949</color>
|
||||
<color name="activity_text">#FFFFFF</color>
|
||||
|
|
Loading…
Reference in a new issue