fragment_open_with.xml (975B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 - License, v. 2.0. If a copy of the MPL was not distributed with this 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 6 android:orientation="vertical" 7 android:layout_width="match_parent" 8 android:layout_height="match_parent"> 9 10 <TextView 11 android:layout_width="match_parent" 12 android:layout_height="56dp" 13 android:text="@string/menu_open_with_a_browser2" 14 android:gravity="center_vertical" 15 android:paddingStart="16dp" 16 android:paddingEnd="16dp" 17 android:textColor="@color/primaryText" 18 android:textSize="16sp" /> 19 20 <androidx.recyclerview.widget.RecyclerView 21 android:id="@+id/apps" 22 android:layout_width="match_parent" 23 android:layout_height="wrap_content" /> 24 </LinearLayout>