discord-jadx/app/src/main/res/layout/widget_settings_language_select.xml
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

11 lines
1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" style="@style/UiKit_ViewGroup_ScrollView_Page">
<LinearLayout android:paddingBottom="16dp" style="@style/UiKit_ViewGroup_LinearLayout">
<androidx.constraintlayout.widget.ConstraintLayout style="@style/UiKit_Sheet_Header">
<androidx.constraintlayout.widget.Guideline style="@style/UiKit_Sheet_Guideline"/>
<TextView android:text="@string/language_select" style="@style/UiKit_Sheet_Header_Title"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<View style="@style/UiKit_Divider"/>
<com.discord.utilities.view.recycler.MaxHeightRecyclerView android:id="@+id/settings_language_select_list" android:scrollbars="vertical" android:overScrollMode="never" app:max_height_screen_ratio="0.5" style="@style/UiKit_ViewGroup_RecyclerView"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>