Refactor packages

This commit is contained in:
h4h13 2019-04-20 10:59:45 +05:30
parent c386e1fe93
commit 39b0b4c931
188 changed files with 440 additions and 835 deletions

View file

@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/ic_toggle_switch_off"
android:state_checked="false"/>
<item android:drawable="@drawable/ic_toggle_switch"
android:state_checked="true"/>
<item android:drawable="@drawable/ic_toggle_switch_off" android:state_checked="false" />
<item android:drawable="@drawable/ic_toggle_switch" android:state_checked="true" />
</selector>

View file

@ -3,7 +3,6 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:background="?android:attr/selectableItemBackground"
android:baselineAligned="false"
android:gravity="center_vertical"
@ -36,12 +35,12 @@
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:id="@android:id/title"
style="@style/TextAppearance.MaterialComponents.Subtitle1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
android:layout_alignParentLeft="true"
android:ellipsize="marquee"
style="@style/TextAppearance.MaterialComponents.Subtitle1"
android:fadingEdge="horizontal"
android:singleLine="true"
tools:text="Title" />