~fab4mazz/bus-torino/nearbyarrivals

« back to all changes in this revision

Viewing changes to res/layout/activity_main.xml

  • Committer: Valerio Bozzolan
  • Date: 2019-03-17 14:38:44 UTC
  • mfrom: (175.1.2 bus-torino)
  • Revision ID: gnu@linux.it-20190317143844-wjs6t7dkbp4svlcl
Fabio Mazza 2019-02-27 Fixed layout problems for the nearby bus stop

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    android:layout_width="match_parent"
5
5
    android:layout_height="match_parent"
6
6
    android:paddingTop="@dimen/activity_vertical_margin"
 
7
    android:id="@+id/mainActivityLayout"
7
8
    tools:context="it.reyboz.bustorino.ActivityMain">
8
9
 
9
10
    <ImageButton
36
37
        android:inputType="number"
37
38
        android:selectAllOnFocus="true"
38
39
        android:singleLine="true">
39
 
 
 
40
        
40
41
        <requestFocus />
41
42
    </EditText>
42
43
 
60
61
        android:visibility="gone">
61
62
 
62
63
        <requestFocus />
 
64
 
63
65
    </EditText>
64
66
 
65
67
    <ImageButton
158
160
            elevation="15dp"
159
161
    />
160
162
 
161
 
</RelativeLayout>
 
 
b'\\ No newline at end of file'
 
163
</RelativeLayout>