AndroidX lib refactor

This commit is contained in:
h4h13 2018-09-10 01:14:46 +05:30
parent 08f0b5e76e
commit a8dfe106bb
233 changed files with 3254 additions and 9769 deletions

View file

@ -1,52 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/menu_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:paddingTop="72dp"
tools:ignore="MissingPrefix">
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:id="@+id/action_home"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="4dp"
android:layout_weight="1"
android:padding="12dp"
android:text="@string/home"
android:textColor="?android:attr/textColorPrimary" />
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:id="@+id/action_library"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="4dp"
android:layout_weight="1"
android:padding="12dp"
android:text="@string/library"
android:textColor="?android:attr/textColorPrimary" />
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:id="@+id/action_folders"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="4dp"
android:layout_weight="1"
android:padding="12dp"
android:text="@string/folders"
android:textColor="?android:attr/textColorPrimary" />
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:id="@+id/action_settings"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="4dp"
android:layout_weight="1"
android:padding="12dp"
android:text="@string/action_settings"
android:textColor="?android:attr/textColorPrimary" />
</LinearLayout>