6.7.0 - Alpha12 - 文件管理器/任务面板支持显示文件/任务数量统计信息
This commit is contained in:
@@ -1,76 +1,81 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal">
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/title_container"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="?selectableItemBackground"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:orientation="horizontal"
|
||||
android:paddingVertical="8dp">
|
||||
android:id="@+id/title_container"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="?selectableItemBackground"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:orientation="horizontal"
|
||||
android:paddingVertical="8dp">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/arrow_icon"
|
||||
android:layout_width="17dp"
|
||||
android:layout_height="17dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginHorizontal="9dp"
|
||||
android:src="@drawable/ic_expanded"
|
||||
app:tint="#828384" />
|
||||
android:id="@+id/arrow_icon"
|
||||
android:layout_width="17dp"
|
||||
android:layout_height="17dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginStart="9dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:src="@drawable/ic_expanded"
|
||||
android:translationY="1.2dp"
|
||||
app:tint="#828384" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/title"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:text="@string/text_directory"
|
||||
android:textColor="#828384"
|
||||
android:textSize="13sp" />
|
||||
android:id="@+id/title"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:text="@string/text_directory"
|
||||
android:textColor="#828384"
|
||||
android:textSize="13sp" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/go_up"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:background="?selectableItemBackgroundBorderless"
|
||||
android:clickable="true"
|
||||
android:padding="8dp"
|
||||
android:layout_marginHorizontal="3dp"
|
||||
android:src="@drawable/ic_dir_up"
|
||||
android:focusable="true"
|
||||
app:tint="#828384" />
|
||||
android:id="@+id/go_up"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:background="?selectableItemBackgroundBorderless"
|
||||
android:clickable="true"
|
||||
android:padding="8dp"
|
||||
android:layout_marginHorizontal="3dp"
|
||||
android:src="@drawable/ic_dir_up"
|
||||
android:focusable="true"
|
||||
app:tint="#828384" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/sort_order"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:background="?selectableItemBackgroundBorderless"
|
||||
android:clickable="true"
|
||||
android:padding="8dp"
|
||||
android:layout_marginHorizontal="3dp"
|
||||
android:src="@drawable/ic_ascending_order"
|
||||
android:focusable="true"
|
||||
app:tint="#828384" />
|
||||
android:id="@+id/sort_order"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:background="?selectableItemBackgroundBorderless"
|
||||
android:clickable="true"
|
||||
android:padding="8dp"
|
||||
android:layout_marginHorizontal="3dp"
|
||||
android:src="@drawable/ic_ascending_order"
|
||||
android:focusable="true"
|
||||
app:tint="#828384" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/sort_type"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:background="?selectableItemBackgroundBorderless"
|
||||
android:clickable="true"
|
||||
android:padding="8dp"
|
||||
android:layout_marginHorizontal="3dp"
|
||||
android:src="@drawable/ic_sort"
|
||||
android:focusable="true"
|
||||
app:tint="#828384" />
|
||||
android:id="@+id/sort_type"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:background="?selectableItemBackgroundBorderless"
|
||||
android:clickable="true"
|
||||
android:padding="8dp"
|
||||
android:layout_marginHorizontal="3dp"
|
||||
android:src="@drawable/ic_sort"
|
||||
android:focusable="true"
|
||||
app:tint="#828384" />
|
||||
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user