inorichi 9 жил өмнө
parent
commit
3aaaf563af
31 өөрчлөгдсөн 17 нэмэгдсэн , 6 устгасан
  1. BIN
      app/src/main/res/drawable-hdpi/ic_more_vert.png
  2. BIN
      app/src/main/res/drawable-hdpi/ic_screen_lock_landscape.png
  3. BIN
      app/src/main/res/drawable-hdpi/ic_screen_lock_portrait.png
  4. BIN
      app/src/main/res/drawable-hdpi/ic_screen_rotation.png
  5. BIN
      app/src/main/res/drawable-hdpi/ic_view_carousel.png
  6. BIN
      app/src/main/res/drawable-ldpi/ic_more_vert.png
  7. BIN
      app/src/main/res/drawable-ldpi/ic_screen_lock_landscape.png
  8. BIN
      app/src/main/res/drawable-ldpi/ic_screen_lock_portrait.png
  9. BIN
      app/src/main/res/drawable-ldpi/ic_screen_rotation.png
  10. BIN
      app/src/main/res/drawable-ldpi/ic_view_carousel.png
  11. BIN
      app/src/main/res/drawable-mdpi/ic_more_vert.png
  12. BIN
      app/src/main/res/drawable-mdpi/ic_screen_lock_landscape.png
  13. BIN
      app/src/main/res/drawable-mdpi/ic_screen_lock_portrait.png
  14. BIN
      app/src/main/res/drawable-mdpi/ic_screen_rotation.png
  15. BIN
      app/src/main/res/drawable-mdpi/ic_view_carousel.png
  16. BIN
      app/src/main/res/drawable-xhdpi/ic_more_vert.png
  17. BIN
      app/src/main/res/drawable-xhdpi/ic_screen_lock_landscape.png
  18. BIN
      app/src/main/res/drawable-xhdpi/ic_screen_lock_portrait.png
  19. BIN
      app/src/main/res/drawable-xhdpi/ic_screen_rotation.png
  20. BIN
      app/src/main/res/drawable-xhdpi/ic_view_carousel.png
  21. BIN
      app/src/main/res/drawable-xxhdpi/ic_more_vert.png
  22. BIN
      app/src/main/res/drawable-xxhdpi/ic_screen_lock_landscape.png
  23. BIN
      app/src/main/res/drawable-xxhdpi/ic_screen_lock_portrait.png
  24. BIN
      app/src/main/res/drawable-xxhdpi/ic_screen_rotation.png
  25. BIN
      app/src/main/res/drawable-xxhdpi/ic_view_carousel.png
  26. BIN
      app/src/main/res/drawable-xxxhdpi/ic_more_vert.png
  27. BIN
      app/src/main/res/drawable-xxxhdpi/ic_screen_lock_landscape.png
  28. BIN
      app/src/main/res/drawable-xxxhdpi/ic_screen_lock_portrait.png
  29. BIN
      app/src/main/res/drawable-xxxhdpi/ic_screen_rotation.png
  30. BIN
      app/src/main/res/drawable-xxxhdpi/ic_view_carousel.png
  31. 17 6
      app/src/main/res/layout/reader_menu.xml

BIN
app/src/main/res/drawable-hdpi/ic_more_vert.png


BIN
app/src/main/res/drawable-hdpi/ic_screen_lock_landscape.png


BIN
app/src/main/res/drawable-hdpi/ic_screen_lock_portrait.png


BIN
app/src/main/res/drawable-hdpi/ic_screen_rotation.png


BIN
app/src/main/res/drawable-hdpi/ic_view_carousel.png


BIN
app/src/main/res/drawable-ldpi/ic_more_vert.png


BIN
app/src/main/res/drawable-ldpi/ic_screen_lock_landscape.png


BIN
app/src/main/res/drawable-ldpi/ic_screen_lock_portrait.png


BIN
app/src/main/res/drawable-ldpi/ic_screen_rotation.png


BIN
app/src/main/res/drawable-ldpi/ic_view_carousel.png


BIN
app/src/main/res/drawable-mdpi/ic_more_vert.png


BIN
app/src/main/res/drawable-mdpi/ic_screen_lock_landscape.png


BIN
app/src/main/res/drawable-mdpi/ic_screen_lock_portrait.png


BIN
app/src/main/res/drawable-mdpi/ic_screen_rotation.png


BIN
app/src/main/res/drawable-mdpi/ic_view_carousel.png


BIN
app/src/main/res/drawable-xhdpi/ic_more_vert.png


BIN
app/src/main/res/drawable-xhdpi/ic_screen_lock_landscape.png


BIN
app/src/main/res/drawable-xhdpi/ic_screen_lock_portrait.png


BIN
app/src/main/res/drawable-xhdpi/ic_screen_rotation.png


BIN
app/src/main/res/drawable-xhdpi/ic_view_carousel.png


BIN
app/src/main/res/drawable-xxhdpi/ic_more_vert.png


BIN
app/src/main/res/drawable-xxhdpi/ic_screen_lock_landscape.png


BIN
app/src/main/res/drawable-xxhdpi/ic_screen_lock_portrait.png


BIN
app/src/main/res/drawable-xxhdpi/ic_screen_rotation.png


BIN
app/src/main/res/drawable-xxhdpi/ic_view_carousel.png


BIN
app/src/main/res/drawable-xxxhdpi/ic_more_vert.png


BIN
app/src/main/res/drawable-xxxhdpi/ic_screen_lock_landscape.png


BIN
app/src/main/res/drawable-xxxhdpi/ic_screen_lock_portrait.png


BIN
app/src/main/res/drawable-xxxhdpi/ic_screen_rotation.png


BIN
app/src/main/res/drawable-xxxhdpi/ic_view_carousel.png


+ 17 - 6
app/src/main/res/layout/reader_menu.xml

@@ -1,13 +1,21 @@
 <?xml version="1.0" encoding="utf-8"?>
 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:tools="http://schemas.android.com/tools"
+    xmlns:app="http://schemas.android.com/apk/res-auto"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:id="@+id/reader_menu"
     android:visibility="gone"
     tools:visibility="visible">
 
-    <include layout="@layout/toolbar"/>
+    <android.support.v7.widget.Toolbar
+        android:id="@+id/toolbar"
+        android:layout_width="match_parent"
+        android:layout_height="?attr/actionBarSize"
+        android:background="@color/reader_menu_background"
+        android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
+        app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
+        android:elevation="4dp" />
 
     <LinearLayout
         android:layout_width="match_parent"
@@ -19,7 +27,7 @@
 
         <LinearLayout
             android:layout_width="match_parent"
-            android:layout_height="wrap_content">
+            android:layout_height="48dp">
 
             <TextView
                 android:id="@+id/current_page"
@@ -28,6 +36,7 @@
                 android:layout_marginLeft="8dp"
                 android:layout_gravity="center_vertical"
                 android:textColor="@color/light_grey"
+                android:textSize="15sp"
                 android:gravity="center_horizontal"
                 android:layout_marginTop="12dp"
                 android:layout_marginBottom="12dp" />
@@ -46,6 +55,7 @@
                 android:layout_marginRight="8dp"
                 android:layout_gravity="center_vertical"
                 android:textColor="@color/light_grey"
+                android:textSize="15sp"
                 android:gravity="center_horizontal" />
 
         </LinearLayout>
@@ -56,10 +66,7 @@
 
         <LinearLayout
             android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:gravity="center_horizontal"
-            android:layout_marginTop="8dp"
-            android:layout_marginBottom="8dp">
+            android:layout_height="48dp">
 
             <ImageButton
                 android:layout_width="0dp"
@@ -67,11 +74,13 @@
                 android:layout_weight="1"
                 android:id="@+id/lock_orientation"
                 android:src="@drawable/ic_screen_rotation"
+                android:layout_gravity="center_vertical"
                 android:background="?android:selectableItemBackground" />
             <ImageButton
                 android:layout_width="0dp"
                 android:layout_height="wrap_content"
                 android:layout_weight="1"
+                android:layout_gravity="center_vertical"
                 android:background="?android:selectableItemBackground" />
             <ImageButton
                 android:layout_width="0dp"
@@ -79,6 +88,7 @@
                 android:layout_weight="1"
                 android:id="@+id/reader_selector"
                 android:src="@drawable/ic_view_carousel"
+                android:layout_gravity="center_vertical"
                 android:background="?android:selectableItemBackground" />
             <ImageButton
                 android:layout_width="0dp"
@@ -86,6 +96,7 @@
                 android:layout_weight="1"
                 android:id="@+id/reader_extra_settings"
                 android:src="@drawable/ic_more_vert"
+                android:layout_gravity="center_vertical"
                 android:background="?android:selectableItemBackground" />
 
         </LinearLayout>