-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update layout attributes of new entrypoint tab view for some improved
margin and padding to surrounding UI elements.
- Loading branch information
Showing
1 changed file
with
10 additions
and
7 deletions.
There are no files selected for viewing
17 changes: 10 additions & 7 deletions
17
simplified-app-shared/src/main/res/layout/catalog_feed_facet_tabs.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<RadioGroup xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:id="@+id/catalog_feed_facet_tabs" | ||
android:layout_width="match_parent" | ||
android:layout_height="48dp" | ||
android:layout_margin="8dp" | ||
android:gravity="center_horizontal" | ||
android:orientation="horizontal"> | ||
</RadioGroup> | ||
xmlns:app="http://schemas.android.com/apk/res-auto" | ||
android:id="@+id/catalog_feed_facet_tabs" | ||
android:layout_width="match_parent" | ||
android:layout_height="40dp" | ||
android:layout_marginTop="16dp" | ||
android:layout_marginBottom="8dp" | ||
android:layout_marginLeft="16dp" | ||
android:layout_marginRight="16dp" | ||
android:gravity="center_horizontal" | ||
android:orientation="horizontal"></RadioGroup> |