Update BS UI

This commit is contained in:
Zakhar Timoshenko
2022-07-22 23:41:06 +03:00
parent a975ab58ee
commit 11710d36d1
8 changed files with 113 additions and 21 deletions

View File

@@ -7,6 +7,20 @@
android:layout_height="wrap_content"
android:orientation="vertical">
<ImageView
android:layout_width="36dp"
android:layout_height="3dp"
android:layout_gravity="center"
android:layout_marginTop="12dp"
android:layout_marginBottom="12dp"
android:alpha="0.2"
android:src="@drawable/tab_rounded_rectangle"
app:layout_constraintBottom_toTopOf="@+id/textView_title"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:tint="?attr/colorOnSurfaceVariant" />
<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appbar"
android:layout_width="match_parent"
@@ -16,6 +30,7 @@
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/sheet_toolbar_background"
app:navigationIcon="?actionModeCloseDrawable"
app:title="@string/tracking">
@@ -43,4 +58,4 @@
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
tools:listitem="@layout/item_manga_list" />
</LinearLayout>
</LinearLayout>