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

10 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/UiKit_ViewGroup_Page">
<com.google.android.material.appbar.AppBarLayout android:background="?attr/primary_630" style="@style/AppTheme_AppBarLayout_Flat_Transparent">
<androidx.appcompat.widget.Toolbar style="@style/AppTheme_Toolbar_Transparent"/>
<com.google.android.material.textfield.TextInputLayout android:id="@+id/guild_notifications_channel_search" style="@style/UiKit_TextInputLayout_Search">
<com.google.android.material.textfield.TextInputEditText android:hint="@string/search_channels" style="@style/UiKit_TextInputLayout_EditText_SingleLine_Search"/>
</com.google.android.material.textfield.TextInputLayout>
</com.google.android.material.appbar.AppBarLayout>
<androidx.recyclerview.widget.RecyclerView android:id="@+id/guild_notifications_channel_list" android:paddingTop="8dp" android:paddingBottom="@dimen/list_bottom_padding" android:scrollbars="vertical" android:clipToPadding="false" android:layout_height="match_parent" style="@style/UiKit_ViewGroup_RecyclerView_AppBarScrollingViewBehavior"/>
</androidx.coordinatorlayout.widget.CoordinatorLayout>