|
21 | 21 | tools:context="presentation.activities.ListFileActivity"> |
22 | 22 |
|
23 | 23 | <android.support.v7.widget.RecyclerView |
24 | | - android:id="@+id/list_file_recycler" |
| 24 | + android:id="@+id/ListServer_RecyclerView" |
25 | 25 | android:scrollbars="vertical" |
26 | 26 | android:layout_width="match_parent" |
27 | 27 | android:layout_height="match_parent" |
|
33 | 33 | <android.support.design.widget.AppBarLayout |
34 | 34 | android:layout_width="match_parent" |
35 | 35 | android:layout_height="wrap_content" |
36 | | - android:theme="@style/AppTheme.AppBarOverlay" |
37 | | - android:id="@+id/view"> |
| 36 | + android:theme="@style/AppTheme.AppBarOverlay"> |
38 | 37 |
|
39 | 38 | <android.support.v7.widget.Toolbar |
40 | | - android:id="@+id/toolbar" |
41 | 39 | android:layout_width="match_parent" |
42 | 40 | android:layout_height="?attr/actionBarSize" |
43 | 41 | android:background="?attr/colorPrimary" |
44 | 42 | app:popupTheme="@style/AppTheme.PopupOverlay"> |
45 | 43 |
|
| 44 | + <ImageView |
| 45 | + android:layout_width="wrap_content" |
| 46 | + android:layout_height="wrap_content" |
| 47 | + android:layout_gravity="start" |
| 48 | + android:src="@drawable/ic_arrow_back_24dp" |
| 49 | + android:id="@+id/AddServer_ibBack" |
| 50 | + android:adjustViewBounds="false" |
| 51 | + android:onClick="@{model.back}" |
| 52 | + android:clickable="true" |
| 53 | + android:paddingRight="15dp" /> |
| 54 | + |
46 | 55 | <TextView |
47 | 56 | android:layout_width="wrap_content" |
48 | 57 | android:layout_height="wrap_content" |
49 | | - android:text="FTP Servers" |
50 | | - android:layout_gravity="left" |
51 | | - android:id="@+id/toolbar_title" |
52 | | - android:textSize="@dimen/abc_text_size_medium_material" |
53 | | - android:textStyle="bold" /> |
| 58 | + android:text="@string/activity_list_server_title" |
| 59 | + android:layout_gravity="start" |
| 60 | + android:id="@+id/ListServer_teTitle" |
| 61 | + android:textSize="@dimen/actionbar_title_text_size" |
| 62 | + android:textStyle="bold" |
| 63 | + android:textColor="@color/action_bar_text" /> |
54 | 64 |
|
55 | 65 | </android.support.v7.widget.Toolbar> |
56 | 66 |
|
|
107 | 117 | android:text="FTP Server name" |
108 | 118 | android:layout_gravity="left" |
109 | 119 | android:id="@+id/ConsultServer_tvName" |
110 | | - android:textSize="@dimen/abc_text_size_medium_material" |
111 | | - android:textStyle="bold" /> |
| 120 | + android:textSize="@dimen/abc_text_size_title_material" |
| 121 | + android:textStyle="bold" |
| 122 | + android:textColor="@color/action_bar_text" /> |
112 | 123 |
|
113 | 124 | <ImageView |
114 | 125 | android:layout_width="wrap_content" |
|
0 commit comments