Loading res/layout/device_profiles_settings.xml +44 −36 Original line number Diff line number Diff line Loading @@ -14,11 +14,16 @@ limitations under the License. --> <LinearLayout <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingStart="25dp" android:paddingEnd="25dp"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <TextView Loading Loading @@ -52,6 +57,7 @@ android:textAppearance="@android:style/TextAppearance.Material.Body1" android:textColor="?android:attr/textColorSecondary"/> <LinearLayout android:id="@+id/profiles_section" android:orientation="vertical" Loading @@ -59,3 +65,5 @@ android:layout_height="wrap_content"/> </LinearLayout> </ScrollView> Loading
res/layout/device_profiles_settings.xml +44 −36 Original line number Diff line number Diff line Loading @@ -14,11 +14,16 @@ limitations under the License. --> <LinearLayout <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingStart="25dp" android:paddingEnd="25dp"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <TextView Loading Loading @@ -52,6 +57,7 @@ android:textAppearance="@android:style/TextAppearance.Material.Body1" android:textColor="?android:attr/textColorSecondary"/> <LinearLayout android:id="@+id/profiles_section" android:orientation="vertical" Loading @@ -59,3 +65,5 @@ android:layout_height="wrap_content"/> </LinearLayout> </ScrollView>