Changes of com.discord v985
This commit is contained in:
parent
ff04d44b4b
commit
8f4cf7370b
8471 changed files with 204255 additions and 276377 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.coordinatorlayout.widget.CoordinatorLayout android:background="?colorBackgroundSecondary" android:layout_width="fill_parent" android:layout_height="fill_parent"
|
||||
<androidx.coordinatorlayout.widget.CoordinatorLayout android:background="?colorPrimaryDark" android:layout_width="fill_parent" android:layout_height="fill_parent"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<RelativeLayout android:fitsSystemWindows="true" android:layout_width="fill_parent" android:layout_height="fill_parent">
|
||||
<include android:id="@id/main_panel_left" layout="@layout/widget_main_panel_left" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout android:orientation="vertical" android:id="@id/main_panel_center" android:background="?colorBackgroundSecondary" android:layout_width="fill_parent" android:layout_height="fill_parent"
|
||||
<RelativeLayout android:orientation="vertical" android:id="@id/main_panel_center" android:background="?colorPrimaryDark" android:layout_width="fill_parent" android:layout_height="fill_parent"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<RelativeLayout android:background="?colorBackgroundPrimary" android:layout_width="wrap_content" android:layout_height="wrap_content">
|
||||
<RelativeLayout android:background="?colorPrimary" android:layout_width="wrap_content" android:layout_height="wrap_content">
|
||||
<include layout="@layout/widget_main_panel_center_content" />
|
||||
</RelativeLayout>
|
||||
</RelativeLayout>
|
Loading…
Add table
Add a link
Reference in a new issue