diff options
Diffstat (limited to 'android/res')
-rw-r--r-- | android/res/drawable-ldpi/ic_reflow.png | bin | 0 -> 962 bytes | |||
-rw-r--r-- | android/res/drawable-mdpi/ic_reflow.png | bin | 0 -> 1255 bytes | |||
-rw-r--r-- | android/res/layout/buttons.xml | 12 |
3 files changed, 11 insertions, 1 deletions
diff --git a/android/res/drawable-ldpi/ic_reflow.png b/android/res/drawable-ldpi/ic_reflow.png Binary files differnew file mode 100644 index 00000000..5be6372b --- /dev/null +++ b/android/res/drawable-ldpi/ic_reflow.png diff --git a/android/res/drawable-mdpi/ic_reflow.png b/android/res/drawable-mdpi/ic_reflow.png Binary files differnew file mode 100644 index 00000000..c6b72be9 --- /dev/null +++ b/android/res/drawable-mdpi/ic_reflow.png diff --git a/android/res/layout/buttons.xml b/android/res/layout/buttons.xml index 6764dfd1..2d5732f1 100644 --- a/android/res/layout/buttons.xml +++ b/android/res/layout/buttons.xml @@ -55,12 +55,22 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" - android:layout_toLeftOf="@+id/searchButton" + android:layout_toLeftOf="@+id/reflowButton" android:contentDescription="@string/search_document" android:background="@drawable/button" android:src="@drawable/ic_list" /> <ImageButton + android:id="@+id/reflowButton" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_centerVertical="true" + android:layout_toLeftOf="@+id/searchButton" + android:contentDescription="@string/search_document" + android:background="@drawable/button" + android:src="@drawable/ic_reflow" /> + + <ImageButton android:id="@+id/searchButton" android:layout_width="wrap_content" android:layout_height="wrap_content" |