This commit is contained in:
GuiNerd
2019-09-14 12:59:04 -03:00
parent f12b7d0e8b
commit 3d7dcb8823
1944 changed files with 179636 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

View File

@ -0,0 +1 @@
<android.support.design.widget.TabLayout android:id="@+id/sliding_tabs" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="?attr/colorPrimary" android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" app:tabIndicatorColor="@android:color/white" app:tabGravity="fill" app:tabMode="fixed" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" />

View File

@ -0,0 +1 @@
<android.support.v7.widget.Toolbar android:id="@+id/toolbar" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="?attr/colorPrimary" android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" android:popupTheme="@style/ThemeOverlay.AppCompat.Light" xmlns:android="http://schemas.android.com/apk/res/android" />

View File

@ -0,0 +1 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"><background android:drawable="@color/launcher_background" /><foreground android:drawable="@mipmap/launcher_foreground" /></adaptive-icon>

View File

@ -0,0 +1 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"><background android:drawable="@color/launcher_background" /><foreground android:drawable="@mipmap/launcher_foreground" /></adaptive-icon>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View File

@ -0,0 +1 @@
<resources><color name="launcher_background">#FFFFFF</color><color name="colorPrimary">#3F51B5</color><color name="colorPrimaryDark">#303F9F</color><color name="colorAccent">#FF4081</color></resources>

View File

@ -0,0 +1,3 @@
<resources><style name="MainTheme" parent="MainTheme.Base"></style><!-- Base theme applied no matter what API --><style name="MainTheme.Base" parent="Theme.AppCompat.Light.DarkActionBar"><!--If you are using revision 22.1 please use just windowNoTitle. Without android:--><item name="windowNoTitle">true</item><!--We will be using the toolbar so no need to show ActionBar--><item name="windowActionBar">false</item><!-- Set theme colors from http://www.google.com/design/spec/style/color.html#color-color-palette --><!-- colorPrimary is used for the default action bar background --><item name="colorPrimary">#2196F3</item><!-- colorPrimaryDark is used for the status bar --><item name="colorPrimaryDark">#1976D2</item><!-- colorAccent is used as the default value for colorControlActivated
which is used to tint widgets --><item name="colorAccent">#FF4081</item><!-- You can also set colorControlNormal, colorControlActivated
colorControlHighlight and colorSwitchThumbNormal. --><item name="windowActionModeOverlay">true</item><item name="android:datePickerDialogTheme">@style/AppCompatDialogStyle</item></style><style name="AppCompatDialogStyle" parent="Theme.AppCompat.Light.Dialog"><item name="colorAccent">#FF4081</item></style></resources>