Skip to content

Commit a5fcc22

Browse files
committed
updated ui and .apk
1 parent 0efbf8a commit a5fcc22

File tree

10 files changed

+7
-13
lines changed

10 files changed

+7
-13
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

.idea/workspace.xml

Lines changed: 2 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apk/BlurShadow.apk

395 Bytes
Binary file not shown.

app/app.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
<sourceFolder url="file://$MODULE_DIR$/build/generated/renderscript_source_output_dir/debug/out" isTestSource="false" generated="true" />
3737
<sourceFolder url="file://$MODULE_DIR$/build/generated/res/rs/debug" type="java-resource" generated="true" />
3838
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/buildConfig/androidTest/debug" isTestSource="true" generated="true" />
39+
<sourceFolder url="file://$MODULE_DIR$/build/generated/aidl_source_output_dir/debugAndroidTest/out" isTestSource="true" generated="true" />
3940
<sourceFolder url="file://$MODULE_DIR$/build/generated/renderscript_source_output_dir/debugAndroidTest/out" isTestSource="true" generated="true" />
4041
<sourceFolder url="file://$MODULE_DIR$/build/generated/ap_generated_sources/debugAndroidTest/out" isTestSource="true" generated="true" />
41-
<sourceFolder url="file://$MODULE_DIR$/build/generated/aidl_source_output_dir/debugAndroidTest/out" isTestSource="true" generated="true" />
4242
<sourceFolder url="file://$MODULE_DIR$/build/generated/res/rs/androidTest/debug" type="java-test-resource" generated="true" />
4343
<sourceFolder url="file://$MODULE_DIR$/build/generated/ap_generated_sources/debugUnitTest/out" isTestSource="true" generated="true" />
4444
<sourceFolder url="file://$MODULE_DIR$/src/debug/res" type="java-resource" />

app/src/main/res/layout/activity_main.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
android:layout_height="220dp"
9898
android:layout_gravity="center"
9999
android:id="@+id/demo_img"
100-
app:v_imageSrc="@drawable/ironman"/>
100+
app:v_imageSrc="@drawable/ironman_80"/>
101101

102102
<Button
103103
style="@style/Base.Widget.AppCompat.Button.Borderless"

app/src/main/res/values/styles.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<resources>
1+
<resources xmlns:tools="http://schemas.android.com/tools">
22

33
<!-- Base application theme. -->
44
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
@@ -8,6 +8,8 @@
88
<item name="colorAccent">@color/colorAccent</item>
99
<item name="android:textColorPrimaryInverse">@color/cardview_dark_background</item>
1010
<item name="android:textColorSecondaryInverse">@color/cardview_dark_background</item>
11+
<item name="android:windowLightStatusBar" tools:targetApi="23">true</item>
12+
<item name="android:statusBarColor" tools:targetApi="23">#FAFAFA</item>
1113
</style>
1214

1315
</resources>

0 commit comments

Comments
 (0)