diff options
Diffstat (limited to 'app/src/main/res/layout/splash.xml')
-rw-r--r-- | app/src/main/res/layout/splash.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/splash.xml b/app/src/main/res/layout/splash.xml index 80eb4cd..e258ff9 100644 --- a/app/src/main/res/layout/splash.xml +++ b/app/src/main/res/layout/splash.xml @@ -18,6 +18,6 @@ android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/icon_manager"
- android:scaleType="center"/>
+ android:scaleType="center" />
</LinearLayout>
</LinearLayout>
|