This commit is contained in:
Alexey Kulish 2016-04-25 14:50:34 +03:00
parent d6c0b4e01e
commit 895709eb94

View file

@ -52,6 +52,16 @@
tools:text="@string/last_update"/> tools:text="@string/last_update"/>
</LinearLayout> </LinearLayout>
<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
android:orientation="vertical">
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="54dp" android:layout_height="54dp"
@ -173,14 +183,16 @@
android:gravity="center_vertical" android:gravity="center_vertical"
android:textColor="?android:attr/textColorPrimary" android:textColor="?android:attr/textColorPrimary"
android:textSize="16sp" android:textSize="16sp"
tools:text="64NB"/> tools:text="64MB"/>
</LinearLayout> </LinearLayout>
</LinearLayout>
</ScrollView>
<View <View
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="1dp" android:layout_height="1dp"
android:layout_marginTop="24dp"
android:background="?attr/dashboard_divider"/> android:background="?attr/dashboard_divider"/>
</LinearLayout> </LinearLayout>