Loading app/src/main/res/layout/fragment_add_on_permissions.xml +22 −17 Original line number Diff line number Diff line Loading @@ -3,11 +3,15 @@ - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content"> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" > <androidx.recyclerview.widget.RecyclerView android:id="@+id/add_ons_permissions" android:layout_width="match_parent" Loading @@ -26,3 +30,4 @@ app:drawableEndCompat="@drawable/mozac_ic_link" app:drawableTint="?android:attr/textColorPrimary" /> </RelativeLayout> </ScrollView> Loading
app/src/main/res/layout/fragment_add_on_permissions.xml +22 −17 Original line number Diff line number Diff line Loading @@ -3,11 +3,15 @@ - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content"> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" > <androidx.recyclerview.widget.RecyclerView android:id="@+id/add_ons_permissions" android:layout_width="match_parent" Loading @@ -26,3 +30,4 @@ app:drawableEndCompat="@drawable/mozac_ic_link" app:drawableTint="?android:attr/textColorPrimary" /> </RelativeLayout> </ScrollView>