|
|
|
@ -58,49 +58,11 @@ |
|
|
|
|
android:textColor="@color/tv_text_default" |
|
|
|
|
android:textSize="12sp" /> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
<io.legado.app.ui.widget.LabelsBar |
|
|
|
|
android:id="@+id/ll_kind" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.text.AccentBgTextView |
|
|
|
|
android:id="@+id/tv_kind" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="6dp" |
|
|
|
|
android:paddingLeft="3dp" |
|
|
|
|
android:paddingRight="3dp" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:text="@string/app_name" |
|
|
|
|
android:textSize="12sp" |
|
|
|
|
app:radius="2dp" /> |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.text.AccentBgTextView |
|
|
|
|
android:id="@+id/tv_kind_1" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="6dp" |
|
|
|
|
android:paddingLeft="3dp" |
|
|
|
|
android:paddingRight="3dp" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:text="@string/app_name" |
|
|
|
|
android:textSize="12sp" |
|
|
|
|
app:radius="2dp" /> |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.text.AccentBgTextView |
|
|
|
|
android:id="@+id/tv_kind_2" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="6dp" |
|
|
|
|
android:paddingLeft="3dp" |
|
|
|
|
android:paddingRight="3dp" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:text="@string/app_name" |
|
|
|
|
android:textSize="12sp" |
|
|
|
|
app:radius="2dp" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
android:orientation="horizontal" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_lasted" |
|
|
|
|