* new nest button for settings
* full language name in language selector
* tv banner
* hide lang selector if there is one language only
* and some small changes
This commit is contained in:
aayush262
2023-12-30 17:20:00 +05:30
parent f225a67dbd
commit 4589d00a79
17 changed files with 503 additions and 280 deletions

View File

@@ -65,7 +65,7 @@
<item name="android:textColor">?attr/colorOnBackground</item>
<item name="android:popupBackground">?attr/colorSurface</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_width">match_parent</item>
<item name="android:windowBackground">@drawable/shape_corner_16dp</item>
<item name="android:windowIsFloating">true</item>
<item name="android:windowNoTitle">true</item>