|
|
|
@ -16,24 +16,24 @@ |
|
|
|
|
android:id="@+id/lay_top" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/titleBar" |
|
|
|
|
android:background="@color/background" |
|
|
|
|
android:elevation="1dp" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:minHeight="36dp" |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
android:padding="8dp" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:elevation="1dp" |
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/titleBar"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_path" |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:textColor="@color/secondaryText" |
|
|
|
|
android:textSize="13sp" |
|
|
|
|
android:focusable="true" |
|
|
|
|
tools:text="/" /> |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.text.StrokeTextView |
|
|
|
@ -41,14 +41,14 @@ |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
android:layout_margin="4dp" |
|
|
|
|
android:gravity="center" |
|
|
|
|
android:paddingLeft="16dp" |
|
|
|
|
android:paddingRight="16dp" |
|
|
|
|
android:layout_margin="4dp" |
|
|
|
|
app:cornerRadius="5dp" |
|
|
|
|
android:text="@string/go_back" |
|
|
|
|
android:textFontWeight="800" |
|
|
|
|
android:textSize="14sp" |
|
|
|
|
app:cornerRadius="5dp" |
|
|
|
|
tools:ignore="UnusedAttribute" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
@ -62,8 +62,8 @@ |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="0dp" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/refresh_progress_bar" |
|
|
|
|
app:layout_constraintBottom_toTopOf="@id/select_action_bar"> |
|
|
|
|
app:layout_constraintBottom_toTopOf="@id/select_action_bar" |
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/refresh_progress_bar"> |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.recycler.scroller.FastScrollRecyclerView |
|
|
|
|
android:id="@+id/recycler_view" |
|
|
|
@ -75,11 +75,11 @@ |
|
|
|
|
android:id="@+id/tv_empty_msg" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
android:layout_margin="16dp" |
|
|
|
|
android:gravity="center" |
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
android:visibility="gone" |
|
|
|
|
android:text="@string/empty_msg_import_book" |
|
|
|
|
android:visibility="gone" |
|
|
|
|
tools:text="TextView" /> |
|
|
|
|
|
|
|
|
|
</FrameLayout> |
|
|
|
|