Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
        xmlns:android="http://schemas.android.com/apk/res/android"
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:background="#3BD9FE">

    <ImageView
            android:id="@+id/imgLogo"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
        android:layout_above="@+id/loading_animation"
            android:layout_centerInParent="true"
            android:src="@drawable/screen_region" />
    <TextView
            android:id="@+id/version_name"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textSize="12sp"
            android:layout_margin="16dp"
            android:textColor="#454545"
            android:layout_alignParentBottom="true"
            android:layout_alignParentRight="true" />

        <ProgressBar
                android:id="@+id/loading_animation"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginBottom="16dp"
            android:layout_marginTop="@dimen/space_16dp"
                android:layout_centerHorizontal="true"
                android:layout_alignParentBottom="true"
                android:indeterminate="true" />

</RelativeLayout>

Commits for Nextrek/Android/SmartCharging/SmartCharging/app/src/main/res/layout/activity_splash.xml

Diff revisions: vs.
Revision Author Commited Message
765 Diff Diff MStefanelli picture MStefanelli Tue 22 Sep, 2015 10:03:07 +0000

me

535 Diff Diff MStefanelli picture MStefanelli Mon 24 Aug, 2015 13:31:12 +0000

WE

523 Diff Diff MStefanelli picture MStefanelli Fri 21 Aug, 2015 16:43:01 +0000
522 Diff Diff MStefanelli picture MStefanelli Fri 21 Aug, 2015 16:02:26 +0000
521 Diff Diff MStefanelli picture MStefanelli Fri 21 Aug, 2015 12:38:59 +0000
172 FFontana picture FFontana Tue 09 Jun, 2015 11:19:19 +0000