mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-28 21:07:57 +01:00
UI improvements 2
This commit is contained in:
@@ -43,39 +43,35 @@
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginRight="4dp">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/action_sort"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_gravity="center"
|
||||
android:background="?android:selectableItemBackground"
|
||||
android:title="@string/action_sort_up"
|
||||
tools:src="@drawable/ic_expand_less_white_36dp"
|
||||
/>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_toEndOf="@+id/action_sort"
|
||||
android:layout_toLeftOf="@+id/action_next_unread"
|
||||
android:layout_toRightOf="@+id/action_sort"
|
||||
android:gravity="center_vertical">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/action_sort_up"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_gravity="center"
|
||||
android:src="@drawable/ic_expand_less_white_36dp"
|
||||
android:title="@string/action_sort_up"
|
||||
android:visible="true"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/action_sort_down"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="fill_parent"
|
||||
android:src="@drawable/ic_expand_more_white_36dp"
|
||||
android:title="@string/action_sort_down"
|
||||
android:visible="true"
|
||||
/>
|
||||
|
||||
<View
|
||||
android:layout_width="1dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_margin="4dp"
|
||||
android:layout_margin="10dp"
|
||||
android:background="@color/white"/>
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/action_show_unread"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_weight="1"
|
||||
android:checkable="true"
|
||||
android:text="@string/action_show_unread"
|
||||
android:title="@string/action_show_unread"/>
|
||||
@@ -84,10 +80,17 @@
|
||||
android:id="@+id/action_show_downloaded"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_weight="1"
|
||||
android:checkable="true"
|
||||
android:text="@string/action_show_downloaded"
|
||||
android:title="@string/action_show_downloaded"/>
|
||||
|
||||
<View
|
||||
android:layout_width="1dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_margin="10dp"
|
||||
android:background="@color/white"/>
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -96,9 +99,10 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_alignParentRight="true"
|
||||
android:background="?android:selectableItemBackground"
|
||||
android:src="@drawable/ic_play_arrow_white_36dp"
|
||||
android:title="@string/action_next_unread"
|
||||
android:visible="true"/>
|
||||
/>
|
||||
</RelativeLayout>
|
||||
</android.support.v7.widget.Toolbar>
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
android:layout_alignTop="@+id/thumbnail"
|
||||
android:layout_marginRight="5dp"
|
||||
android:layout_marginTop="5dp"
|
||||
android:src="@drawable/ic_action_favorite"
|
||||
android:src="@drawable/ic_action_favorite_blue"
|
||||
android:visibility="invisible"/>
|
||||
|
||||
<LinearLayout
|
||||
|
||||
Reference in New Issue
Block a user