228 lines
7.7 KiB
XML
228 lines
7.7 KiB
XML
<?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="vertical">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/set_as_cover_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="56dp"
|
|
android:clickable="true"
|
|
android:focusable="true"
|
|
android:foreground="@drawable/selectable_item_background"
|
|
android:gravity="center"
|
|
android:paddingStart="16dp"
|
|
android:paddingEnd="16dp">
|
|
|
|
<ImageView
|
|
android:layout_width="24dp"
|
|
android:layout_height="24dp"
|
|
app:srcCompat="@drawable/ic_photo_24dp"
|
|
app:tint="?attr/colorOnBackground" />
|
|
|
|
<TextView
|
|
android:id="@+id/set_as_cover_item"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="32dp"
|
|
android:text="@string/set_as_cover"
|
|
android:textColor="?attr/colorOnBackground" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/set_as_cover_layout_extra"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="56dp"
|
|
android:clickable="true"
|
|
android:focusable="true"
|
|
android:foreground="@drawable/selectable_item_background"
|
|
android:gravity="center"
|
|
android:paddingStart="16dp"
|
|
android:paddingEnd="16dp"
|
|
android:visibility="gone">
|
|
|
|
<ImageView
|
|
android:layout_width="24dp"
|
|
android:layout_height="24dp"
|
|
app:srcCompat="@drawable/ic_photo_24dp"
|
|
app:tint="?attr/colorOnBackground" />
|
|
|
|
<TextView
|
|
android:id="@+id/set_as_cover_item_extra"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="32dp"
|
|
android:text="@string/action_set_second_page_cover"
|
|
android:textColor="?attr/colorOnBackground" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/share_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="56dp"
|
|
android:clickable="true"
|
|
android:focusable="true"
|
|
android:foreground="@drawable/selectable_item_background"
|
|
android:gravity="center"
|
|
android:paddingStart="16dp"
|
|
android:paddingEnd="16dp">
|
|
|
|
<ImageView
|
|
android:layout_width="24dp"
|
|
android:layout_height="24dp"
|
|
app:srcCompat="@drawable/ic_share_24dp"
|
|
app:tint="?attr/colorOnBackground" />
|
|
|
|
<TextView
|
|
android:id="@+id/share_item"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="32dp"
|
|
android:text="@string/action_share"
|
|
android:textColor="?attr/colorOnBackground" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/share_layout_extra"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="56dp"
|
|
android:clickable="true"
|
|
android:focusable="true"
|
|
android:foreground="@drawable/selectable_item_background"
|
|
android:gravity="center"
|
|
android:paddingStart="16dp"
|
|
android:paddingEnd="16dp"
|
|
android:visibility="gone">
|
|
|
|
<ImageView
|
|
android:layout_width="24dp"
|
|
android:layout_height="24dp"
|
|
app:srcCompat="@drawable/ic_share_24dp"
|
|
app:tint="?attr/colorOnBackground" />
|
|
|
|
<TextView
|
|
android:id="@+id/share_item_extra"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="32dp"
|
|
android:text="@string/action_share_second_page"
|
|
android:textColor="?attr/colorOnBackground" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/share_layout_combined"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="56dp"
|
|
android:clickable="true"
|
|
android:focusable="true"
|
|
android:foreground="@drawable/selectable_item_background"
|
|
android:gravity="center"
|
|
android:paddingStart="16dp"
|
|
android:paddingEnd="16dp"
|
|
android:visibility="gone">
|
|
|
|
<ImageView
|
|
android:layout_width="24dp"
|
|
android:layout_height="24dp"
|
|
app:srcCompat="@drawable/ic_share_24dp"
|
|
app:tint="?attr/colorOnBackground" />
|
|
|
|
<TextView
|
|
android:id="@+id/share_item_combined"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="32dp"
|
|
android:text="@string/action_share_combined_page"
|
|
android:textColor="?attr/colorOnBackground" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/save_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="56dp"
|
|
android:clickable="true"
|
|
android:focusable="true"
|
|
android:foreground="@drawable/selectable_item_background"
|
|
android:gravity="center"
|
|
android:paddingStart="16dp"
|
|
android:paddingEnd="16dp">
|
|
|
|
<ImageView
|
|
android:layout_width="24dp"
|
|
android:layout_height="24dp"
|
|
app:srcCompat="@drawable/ic_get_app_24dp"
|
|
app:tint="?attr/colorOnBackground" />
|
|
|
|
<TextView
|
|
android:id="@+id/save_item"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="32dp"
|
|
android:text="@string/action_save"
|
|
android:textColor="?attr/colorOnBackground" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/save_layout_extra"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="56dp"
|
|
android:clickable="true"
|
|
android:focusable="true"
|
|
android:foreground="@drawable/selectable_item_background"
|
|
android:gravity="center"
|
|
android:paddingStart="16dp"
|
|
android:paddingEnd="16dp"
|
|
android:visibility="gone">
|
|
|
|
<ImageView
|
|
android:layout_width="24dp"
|
|
android:layout_height="24dp"
|
|
app:srcCompat="@drawable/ic_get_app_24dp"
|
|
app:tint="?attr/colorOnBackground" />
|
|
|
|
<TextView
|
|
android:id="@+id/save_item_extra"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="32dp"
|
|
android:text="@string/action_save_second_page"
|
|
android:textColor="?attr/colorOnBackground" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/save_layout_combined"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="56dp"
|
|
android:clickable="true"
|
|
android:focusable="true"
|
|
android:foreground="@drawable/selectable_item_background"
|
|
android:gravity="center"
|
|
android:paddingStart="16dp"
|
|
android:paddingEnd="16dp"
|
|
android:visibility="gone">
|
|
|
|
<ImageView
|
|
android:layout_width="24dp"
|
|
android:layout_height="24dp"
|
|
app:srcCompat="@drawable/ic_get_app_24dp"
|
|
app:tint="?attr/colorOnBackground" />
|
|
|
|
<TextView
|
|
android:id="@+id/save_item_combined"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="32dp"
|
|
android:text="@string/action_save_combined_page"
|
|
android:textColor="?attr/colorOnBackground" />
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|