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

6 lines
823 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:background="?attr/colorBackgroundSecondary" android:layout_width="match_parent" android:layout_height="wrap_content">
<View android:background="?attr/colorBackgroundModifierAccent" android:layout_width="match_parent" android:layout_height="1dp"/>
<com.discord.views.channelsidebar.GuildChannelSideBarActionsView android:id="@+id/widget_channel_sidebar_actions_guild_view" android:layout_width="match_parent" android:layout_height="wrap_content"/>
<com.discord.views.channelsidebar.PrivateChannelSideBarActionsView android:id="@+id/widget_channel_sidebar_actions_private_view" android:visibility="gone" android:layout_width="match_parent" android:layout_height="wrap_content"/>
</FrameLayout>