Improve editor choice & expanded stream UI

This commit is contained in:
Rahul Kumar Patel
2021-02-22 00:10:08 +05:30
parent 86fac3e7c7
commit 548cced8a2
14 changed files with 318 additions and 57 deletions

View File

@@ -23,6 +23,6 @@
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/img"
android:layout_width="@dimen/icon_size_large"
android:layout_height="@dimen/icon_size_large" />
android:layout_width="match_parent"
android:layout_height="match_parent" />
</RelativeLayout>