Screenshots and more
This commit is contained in:
parent
88816442cb
commit
96e46d996a
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<module external.linked.project.id=":app" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="sapientia-soccer" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
|
<module external.linked.project.id=":app" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="sapientia-soccer" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
|
||||||
<component name="FacetManager">
|
<component name="FacetManager">
|
||||||
<facet type="android-gradle" name="Android-Gradle">
|
<facet type="android-gradle" name="Android-Gradle">
|
||||||
<configuration>
|
<configuration>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<solid android:color="#80FFFFFF"/>
|
<solid android:color="#e0FFFFFF"/>
|
||||||
<stroke android:width="1dip" android:color="#B1BCBE" />
|
<stroke android:width="1dip" android:color="#B1BCBE" />
|
||||||
<corners android:radius="3dip"/>
|
<corners android:radius="3dip"/>
|
||||||
<padding android:left="0dip" android:top="0dip" android:right="0dip" android:bottom="0dip" />
|
<padding android:left="0dip" android:top="0dip" android:right="0dip" android:bottom="0dip" />
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
<color name="list_row_end_color">#e0ffffff</color>
|
<color name="list_row_end_color">#e0ffffff</color>
|
||||||
<color name="list_row_hover_end_color">#80ebeef0</color>
|
<color name="list_row_hover_end_color">#80ebeef0</color>
|
||||||
<color name="list_row_hover_start_color">#80ebeef0</color>
|
<color name="list_row_hover_start_color">#80ebeef0</color>
|
||||||
<color name="list_row_start_color">#00ffffff</color>
|
<color name="list_row_start_color">#e0ffffff</color>
|
||||||
<color name="newstitle">#FFFFFFFF</color>
|
<color name="newstitle">#FFFFFFFF</color>
|
||||||
<color name="titleshadow">#ff000000</color>
|
<color name="titleshadow">#ff000000</color>
|
||||||
<color name="year">#888888</color>
|
<color name="year">#888888</color>
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<solid android:color="#80FFFFFF"/>
|
<solid android:color="#e0FFFFFF"/>
|
||||||
<stroke android:width="1dip" android:color="#B1BCBE" />
|
<stroke android:width="1dip" android:color="#B1BCBE" />
|
||||||
<corners android:radius="3dip"/>
|
<corners android:radius="3dip"/>
|
||||||
<padding android:left="0dip" android:top="0dip" android:right="0dip" android:bottom="0dip" />
|
<padding android:left="0dip" android:top="0dip" android:right="0dip" android:bottom="0dip" />
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
<color name="titleshadow">#ff000000</color>
|
<color name="titleshadow">#ff000000</color>
|
||||||
<color name="year">#888888</color>
|
<color name="year">#888888</color>
|
||||||
<color name="list_divider">#d9d9d9</color>
|
<color name="list_divider">#d9d9d9</color>
|
||||||
<color name="list_row_start_color">#00ffffff</color>
|
<color name="list_row_start_color">#e0ffffff</color>
|
||||||
<color name="list_row_end_color">#e0ffffff</color>
|
<color name="list_row_end_color">#e0ffffff</color>
|
||||||
<color name="list_row_hover_start_color">#80ebeef0</color>
|
<color name="list_row_hover_start_color">#80ebeef0</color>
|
||||||
<color name="list_row_hover_end_color">#80ebeef0</color>
|
<color name="list_row_hover_end_color">#80ebeef0</color>
|
||||||
|
|||||||
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<module external.linked.project.id="sapientia-soccer" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/app" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
|
<module external.linked.project.id="sapientia-soccer" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
|
||||||
<component name="FacetManager">
|
<component name="FacetManager">
|
||||||
<facet type="java-gradle" name="Java-Gradle">
|
<facet type="java-gradle" name="Java-Gradle">
|
||||||
<configuration>
|
<configuration>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user