newcode
This commit is contained in:
@@ -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>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user