AppDetails: Make tags scrollable
This commit is contained in:
@@ -33,6 +33,11 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical">
|
||||
|
||||
<HorizontalScrollView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:scrollbars="none">
|
||||
|
||||
<com.google.android.material.chip.ChipGroup
|
||||
android:id="@+id/layout_extras"
|
||||
android:layout_width="wrap_content"
|
||||
@@ -73,6 +78,8 @@
|
||||
tools:text="Jan 21 2020" />
|
||||
</com.google.android.material.chip.ChipGroup>
|
||||
|
||||
</HorizontalScrollView>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/layout_description"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user