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

5 lines
834 B
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:layout_width="match_parent" android:layout_height="wrap_content" style="@style/UiKit_ViewGroup_LinearLayout">
<TextView android:id="@+id/user_profile_stage_invite_to_speak" android:visibility="gone" android:text="@string/stage_channel_user_invite_to_speak" app:drawableStartCompat="@drawable/ic_stage_invite_speak" style="@style/UiKit_ListItem_Icon"/>
<TextView android:id="@+id/user_profile_stage_move_to_audience" android:visibility="gone" android:text="@string/stage_channel_user_move_to_audience" app:drawableStartCompat="@drawable/ic_stage_move_to_audience" app:drawableTint="@color/primary_300" style="@style/UiKit_ListItem_Icon"/>
</LinearLayout>