Add apps recycler to tab, other one is empty

The two tabs are only visible when an app is selected, not in the `view 
all apps` list
This commit is contained in:
Finn M Glas 2020-06-13 11:00:50 +02:00
parent d71eacb7ef
commit e692c0317b
No known key found for this signature in database
GPG key ID: 902A30146014DFBF
10 changed files with 199 additions and 31 deletions

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/fragment_choose_other_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/colorPrimary"
android:gravity="center|top"
android:orientation="vertical"
tools:context=".choose.ChooseFragmentOther">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
</androidx.constraintlayout.widget.ConstraintLayout>
</LinearLayout>