Sheets: Improve layout

This commit is contained in:
Rahul Patel
2024-09-04 02:42:35 +05:30
committed by Aayush Gupta
parent 4f46817a54
commit 6618dc7108
7 changed files with 123 additions and 140 deletions

View File

@@ -27,15 +27,12 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
android:orientation="vertical"
android:padding="@dimen/padding_normal">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/margin_large"
android:layout_marginBottom="@dimen/margin_large"
android:paddingStart="@dimen/padding_large"
android:paddingEnd="@dimen/padding_large">
android:layout_height="wrap_content">
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/img_icon"
@@ -87,9 +84,7 @@
<com.google.android.material.chip.ChipGroup
android:id="@+id/top_tab_group"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingStart="@dimen/padding_large"
android:paddingEnd="@dimen/padding_large">
android:layout_height="wrap_content">
<com.google.android.material.chip.Chip
android:id="@+id/chip_favourite"
@@ -115,10 +110,9 @@
</HorizontalScrollView>
<com.google.android.material.button.MaterialButton
style="@style/Widget.Material3.Button.UnelevatedButton"
style="@style/Widget.Material3.Button"
android:layout_width="match_parent"
android:layout_height="@dimen/height_button"
android:layout_margin="@dimen/margin_large"
android:layout_height="wrap_content"
android:text="@string/action_install" />
</LinearLayout>
</FrameLayout>