Merge "Update captioning settings to match final design" into klp-dev

This commit is contained in:
Alan Viverette
2013-08-09 19:11:25 +00:00
committed by Android (Google) Code Review
6 changed files with 118 additions and 61 deletions

View File

@@ -15,19 +15,12 @@
limitations under the License.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<GridView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
<GridView
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="400dp"
android:columnWidth="112dp"
android:numColumns="auto_fit"
android:stretchMode="spacingWidthUniform"
android:verticalSpacing="16dp"
android:paddingTop="16dp" />
</LinearLayout>
android:layout_height="300dp"
android:columnWidth="112dp"
android:numColumns="auto_fit"
android:paddingTop="16dp"
android:stretchMode="spacingWidthUniform"
android:verticalSpacing="16dp" />