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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context="it.fedeloper.smartcharging.Controller.RecensioneActivity">

    <include
        android:id="@+id/toolbar"
        android:layout_alignParentTop="true"
        android:layout_height="wrap_content"
        android:layout_width="match_parent"
        layout="@layout/toolbar_color" />

    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:padding="@dimen/space_16dp"
        android:layout_below="@+id/toolbar"
        android:layout_above="@+id/linearLayout">

        <RelativeLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:visibility="gone"
            android:id="@+id/profile_container">


            <com.makeramen.roundedimageview.RoundedImageView
                xmlns:app="http://schemas.android.com/apk/res-auto"
                android:layout_width="60dp"
                android:layout_height="60dp"
                android:layout_marginRight="@dimen/space_8dp"
                android:layout_alignParentTop="true"
                android:id="@+id/profile_image"
                app:riv_corner_radius="30dip"
                app:riv_oval="true"
                android:scaleType="centerCrop"/>
            <!--<it.fedeloper.smartcharging.View.RoundedImageView-->
                <!--android:layout_width="60dp"-->
                <!--android:layout_height="60dp"-->
                <!--android:id="@+id/profile_image"-->
                <!--android:layout_marginRight="@dimen/space_8dp"-->
                <!--android:layout_alignParentTop="true"-->
                <!--android:scaleType="centerCrop" />-->

            <TextView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:textAppearance="?android:attr/textAppearanceMedium"
                android:text="Titolo"
                android:id="@+id/profile_name"
                android:layout_toRightOf="@id/profile_image"
                android:textColor="#676767" />

            <TextView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="@string/tipologia"
                android:id="@+id/profile_type"
                android:textColor="#a0a0a0"
                android:layout_below="@+id/profile_name"
                android:layout_toRightOf="@id/profile_image"/>
        </RelativeLayout>

        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_below="@+id/profile_container"
            android:orientation="vertical"
            android:weightSum="1">
            <RatingBar
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:id="@+id/ratingBar4"
                android:layout_marginTop="@dimen/space_8dp" />

            <LinearLayout
                android:orientation="vertical"
                android:layout_width="match_parent"
                android:layout_height="match_parent"

                android:onClick="clickTextView">

                <EditText
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:background="@android:color/transparent"
                    android:hint="@string/recensione_edit_hint"
                    android:inputType="textMultiLine"
                    android:layout_marginTop="@dimen/space_16dp"
                    android:ems="10"
                    android:id="@+id/editText10" />
            </LinearLayout>

        </LinearLayout>


    </RelativeLayout>
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_alignParentBottom="true"
        android:orientation="vertical"
        android:id="@+id/linearLayout">
        <View
            android:background="@color/md_grey_700"
            android:layout_width="match_parent"
            android:layout_height="1px"/>
        <!--

         <TextView
            android:text="@string/add_image_label"
            android:layout_width="wrap_content"
            android:layout_marginLeft="@dimen/space_8dp"
            android:layout_marginTop="@dimen/space_8dp"
            android:layout_height="wrap_content"/>
        <HorizontalScrollView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:id="@+id/horizontalScrollView2"
            android:padding="@dimen/space_8dp">
            <LinearLayout
                android:orientation="horizontal"
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:weightSum="1"
                android:id="@+id/imgs" >
                <ImageView
                    android:layout_width="52dp"
                    android:layout_height="52dp"
                    android:background="@color/app_accent"
                    android:padding="@dimen/space_8dp"
                    android:id="@+id/button20"
                    android:onClick="addimage"
                    android:src="@drawable/ic_collections_white_48dp" />
            </LinearLayout>
        </HorizontalScrollView>
        -->


    </LinearLayout>
</RelativeLayout>

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

Diff revisions: vs.
Revision Author Commited Message
715 Diff Diff MStefanelli picture MStefanelli Tue 08 Sep, 2015 07:59:31 +0000

me

703 Diff Diff FFontana picture FFontana Mon 07 Sep, 2015 15:22:49 +0000
664 Diff Diff FFontana picture FFontana Fri 04 Sep, 2015 08:31:36 +0000
623 Diff Diff MStefanelli picture MStefanelli Tue 01 Sep, 2015 07:21:41 +0000

me

611 Diff Diff MStefanelli picture MStefanelli Fri 28 Aug, 2015 16:19:11 +0000

me

578 Diff Diff MStefanelli picture MStefanelli Thu 27 Aug, 2015 08:20:02 +0000

me

542 Diff Diff FFontana picture FFontana Mon 24 Aug, 2015 21:40:56 +0000
532 Diff Diff MStefanelli picture MStefanelli Mon 24 Aug, 2015 12:22:55 +0000

WE

531 Diff Diff MStefanelli picture MStefanelli Mon 24 Aug, 2015 11:18:03 +0000

WE

521 MStefanelli picture MStefanelli Fri 21 Aug, 2015 12:38:59 +0000