UI Cleanup on supported links dialog in app info page.

- Simplify layout file
- Increase paddings

Change-Id: I61b7d9315f74172aeb036ef835de73e268329de5
Fix: 62065754
Test: visual
This commit is contained in:
Fan Zhang
2017-05-24 16:33:08 -07:00
parent 07894014d5
commit 0b6f8fad03
2 changed files with 12 additions and 18 deletions

View File

@@ -15,18 +15,12 @@
limitations under the License. limitations under the License.
--> -->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" <ListView
android:layout_width="match_parent" xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="match_parent" android:id="@android:id/list"
android:paddingStart="24dp" android:layout_width="match_parent"
android:paddingTop="16dp" android:layout_height="match_parent"
android:paddingEnd="24dp"> android:divider="@null"
android:scrollbarStyle="insideOverlay"
android:padding="24dp" />
<ListView
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:divider="@null"
android:scrollbarStyle="insideOverlay" />
</FrameLayout>

View File

@@ -15,12 +15,12 @@
limitations under the License. limitations under the License.
--> -->
<TextView xmlns:android="http://schemas.android.com/apk/res/android" <TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/domain_name" android:id="@+id/domain_name"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingStart="4dp" android:paddingStart="4dp"
android:paddingEnd="4dp" android:paddingEnd="4dp"
android:paddingTop="16dp" android:paddingTop="8dp"
android:divider="@null" android:paddingBottom="8dp" />
/>