flip Settings and About
@@ -17,21 +17,21 @@
|
||||
android:layout_height="wrap_content"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/about"
|
||||
android:id="@+id/settings"
|
||||
android:layout_width="@dimen/icon_size"
|
||||
android:layout_height="@dimen/icon_size"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_marginRight="@dimen/side_icon_padding"
|
||||
android:layout_marginTop="@dimen/side_icon_padding"
|
||||
android:padding="@dimen/side_icon_padding"
|
||||
android:src="@mipmap/about"/>
|
||||
android:src="@mipmap/settings"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/toggle_photo_video"
|
||||
android:layout_width="@dimen/icon_size"
|
||||
android:layout_height="@dimen/icon_size"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_below="@+id/about"
|
||||
android:layout_below="@+id/settings"
|
||||
android:layout_marginRight="@dimen/side_icon_padding"
|
||||
android:padding="@dimen/side_icon_padding"
|
||||
android:src="@mipmap/videocam"/>
|
||||
|
@@ -2,7 +2,7 @@
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<item
|
||||
android:id="@+id/settings"
|
||||
android:title="@string/settings"
|
||||
android:id="@+id/about"
|
||||
android:title="@string/about"
|
||||
app:showAsAction="never"/>
|
||||
</menu>
|
||||
|
Before Width: | Height: | Size: 1.1 KiB |
BIN
app/src/main/res/mipmap-hdpi/settings.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 801 B |
BIN
app/src/main/res/mipmap-mdpi/settings.png
Normal file
After Width: | Height: | Size: 837 B |
Before Width: | Height: | Size: 1.5 KiB |
BIN
app/src/main/res/mipmap-xhdpi/settings.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 2.4 KiB |
BIN
app/src/main/res/mipmap-xxhdpi/settings.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.2 KiB |
BIN
app/src/main/res/mipmap-xxxhdpi/settings.png
Normal file
After Width: | Height: | Size: 2.2 KiB |