discord-jadx/app/src/main/res/layout/widget_settings_connections_add.xml
Juby210 7b1810ed2e
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:51:56 +02:00

11 lines
858 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" style="@style/UiKit_ViewGroup_ScrollView_Page">
<LinearLayout 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/connect_account_title" style="@style/UiKit_Sheet_Header_Title"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<View style="@style/UiKit_Settings_Divider"/>
<androidx.recyclerview.widget.RecyclerView android:id="@+id/connections_recycler" style="@style/UiKit_ViewGroup_RecyclerView"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>