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

17 lines
2.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/guild_profile_sheet_bottom_container" android:paddingBottom="16dp" android:layout_width="0dp" android:paddingStart="16dp" android:paddingEnd="16dp" app:layout_constraintEnd_toEndOf="0" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toBottomOf="@+id/guild_profile_sheet_actions_top_barrier" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<LinearLayout android:id="@+id/guild_profile_sheet_actions" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<androidx.cardview.widget.CardView android:id="@+id/guild_profile_sheet_invite_action" android:layout_marginTop="16dp" style="@style/res_2131952016_guildprofilesheet_actions_card">
<TextView android:id="@+id/guild_profile_sheet_invite" android:padding="16dp" android:text="@string/invite_a_friend" style="@style/res_2131952018_guildprofilesheet_actions_title"/>
</androidx.cardview.widget.CardView>
<androidx.cardview.widget.CardView android:id="@+id/guild_profile_sheet_secondary_actions" android:layout_marginTop="16dp" style="@style/res_2131952016_guildprofilesheet_actions_card">
<LinearLayout style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<LinearLayout android:id="@+id/guild_profile_sheet_change_nickname" android:background="?attr/bg_pressed_highlight" android:padding="16dp" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:textAppearance="@style/res_2131952539_uikit_textappearance_semibold" android:textSize="@dimen/uikit_textsize_large" android:layout_gravity="center" android:layout_width="match_parent" android:text="@string/change_identity" style="@style/res_2131952561_uikit_textview"/>
<TextView android:textSize="@dimen/uikit_textsize_small" android:textColor="?attr/colorTextMuted" android:layout_gravity="center" android:id="@+id/guild_profile_sheet_nickname" android:layout_width="match_parent" style="@style/res_2131952561_uikit_textview"/>
</LinearLayout>
<TextView android:textColor="@color/status_red_500" android:id="@+id/guild_profile_sheet_leave_server" android:padding="16dp" android:text="@string/leave_server" style="@style/res_2131952018_guildprofilesheet_actions_title"/>
</LinearLayout>
</androidx.cardview.widget.CardView>
</LinearLayout>
</LinearLayout>