mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-25 11:05:34 +00:00
d788bd8323
+ Adjusted dark theme colors + Moved setting to an activity + Code format + Changed some icons + Minor fixes
8 lines
325 B
XML
8 lines
325 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<android.support.v7.widget.Toolbar android:id="@+id/toolbar"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="?attr/actionBarSize"
|
|
android:background="?attr/colorPrimary"
|
|
android:elevation="4dp"/>
|