Tweak extended details padding and corner radius

This commit is contained in:
Naveen Singh 2024-09-11 20:29:54 +05:30
parent 642f0ccd06
commit b88c0a7205
No known key found for this signature in database
GPG key ID: AF5D43C216778C0B
3 changed files with 8 additions and 9 deletions

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<corners android:radius="@dimen/small_margin"/>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="@dimen/medium_margin" />
<solid android:color="@color/gradient_grey_start" />
</shape>

View file

@ -51,10 +51,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
android:layout_marginLeft="@dimen/small_margin"
android:layout_marginRight="@dimen/small_margin"
android:layout_marginHorizontal="@dimen/medium_margin"
android:background="@drawable/extended_details_background"
android:padding="@dimen/small_margin"
android:padding="@dimen/medium_margin"
android:textColor="@color/theme_dark_text_color"
android:textSize="@dimen/smaller_text_size"
android:visibility="gone"

View file

@ -61,10 +61,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
android:layout_marginLeft="@dimen/small_margin"
android:layout_marginRight="@dimen/small_margin"
android:layout_marginHorizontal="@dimen/medium_margin"
android:background="@drawable/extended_details_background"
android:padding="@dimen/small_margin"
android:padding="@dimen/medium_margin"
android:textColor="@color/theme_dark_text_color"
android:textSize="@dimen/smaller_text_size"
android:visibility="gone"