This commit is contained in:
ashishandroid
2017-01-20 18:14:52 +05:30
parent 648a3c21d2
commit bac28fa8b5
6 changed files with 29 additions and 5 deletions
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:context="cpm.com.gskmtorange.SplashScreenActivity">
<include layout="@layout/activity_splash_screen" />
</android.support.design.widget.CoordinatorLayout>
+1 -1
View File
@@ -35,7 +35,7 @@
android:layout_marginTop="15dp"
android:paddingBottom="20dp"
android:paddingLeft="5dp"
android:text="Uploading Data"
android:text="@string/uploaddata"
android:textSize="@dimen/text_size_small" />
<ProgressBar