discord-jadx/app/src/main/res/layout/widget_thread_settings.xml
2021-07-13 22:23:20 +02:00

27 lines
3.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" style="@style/res_2131952600_uikit_viewgroup_page">
<com.google.android.material.appbar.AppBarLayout style="@style/res_2131951638_apptheme_appbarlayout_flat">
<androidx.appcompat.widget.Toolbar style="@style/res_2131951666_apptheme_toolbar"/>
</com.google.android.material.appbar.AppBarLayout>
<androidx.core.widget.NestedScrollView android:id="@+id/scroll_view" style="@style/res_2131952598_uikit_viewgroup_nestedscrollview_appbarscrollingviewbehavior">
<LinearLayout android:paddingBottom="@dimen/padding_bottom_fab_screen" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<LinearLayout android:id="@+id/thread_settings_edit_wrap" android:focusable="true" android:focusableInTouchMode="true" android:descendantFocusability="beforeDescendants" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<com.google.android.material.textfield.TextInputLayout android:id="@+id/thread_settings_edit_name" android:layout_margin="16dp" android:hint="@string/thread_name" style="@style/res_2131952556_uikit_textinputlayout_primary">
<com.google.android.material.textfield.TextInputEditText style="@style/res_2131952548_uikit_textinputlayout_edittext_singleline"/>
</com.google.android.material.textfield.TextInputLayout>
<View style="@style/res_2131952489_uikit_settings_divider"/>
</LinearLayout>
<LinearLayout android:id="@+id/thread_settings_section_slow_mode" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:text="@string/form_label_slowmode" style="@style/res_2131952494_uikit_settings_item_header"/>
<RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/res_2131952587_uikit_viewgroup">
<TextView android:id="@+id/thread_settings_slowmode_label" android:layout_marginLeft="16dp" android:layout_marginRight="16dp" android:text="@string/form_label_slowmode_cooldown" android:layout_alignParentStart="true" android:labelFor="@+id/thread_settings_slow_mode_cooldown_slider" style="@style/res_2131952561_uikit_textview"/>
<TextView android:layout_gravity="end" android:id="@+id/thread_settings_slow_mode_cooldown_label" android:layout_marginLeft="16dp" android:layout_marginRight="16dp" android:layout_alignBaseline="@+id/thread_settings_slowmode_label" android:layout_alignParentEnd="true" style="@style/res_2131952579_uikit_textview_subtext"/>
</RelativeLayout>
<SeekBar android:id="@+id/thread_settings_slow_mode_cooldown_slider" android:progress="0" style="@style/res_2131952486_uikit_seekbar"/>
<TextView android:layout_marginLeft="16dp" android:layout_marginRight="16dp" android:text="@string/form_help_slowmode" style="@style/res_2131952579_uikit_textview_subtext"/>
<View android:layout_marginTop="24dp" style="@style/res_2131952489_uikit_settings_divider"/>
</LinearLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<com.google.android.material.floatingactionbutton.FloatingActionButton android:id="@+id/thread_settings_save" android:visibility="gone" android:src="@drawable/icon_save" android:contentDescription="@string/save_changes" style="@style/res_2131952120_settings_floatingactionbutton"/>
</androidx.coordinatorlayout.widget.CoordinatorLayout>