A few ui changes (#204)

This commit is contained in:
Sadwhy 2024-02-23 09:32:46 +06:00 committed by GitHub
parent 4628282715
commit 70c87b4067
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 64 additions and 56 deletions

View file

@ -49,6 +49,15 @@
android:textSize="10sp" />
</LinearLayout>
<ImageView
android:id="@+id/closeTextView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_weight="0"
android:src="@drawable/ic_round_delete_24"
app:tint="?attr/colorOnBackground" />
<ImageView
android:id="@+id/settingsImageView"
android:layout_width="wrap_content"
@ -59,13 +68,4 @@
android:src="@drawable/ic_round_dots_vertical_24"
app:tint="?attr/colorOnBackground" />
<ImageView
android:id="@+id/closeTextView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_weight="0"
android:src="@drawable/ic_round_delete_24"
app:tint="?attr/colorOnBackground" />
</LinearLayout>