|
| 1 | +<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| 2 | + xmlns:app="http://schemas.android.com/apk/res-auto" |
| 3 | + xmlns:tools="http://schemas.android.com/tools" |
| 4 | + android:layout_width="match_parent" |
| 5 | + android:layout_height="match_parent" |
| 6 | + tools:context="com.ae.apps.tripmeter.fragments.FuelPricesFragment"> |
| 7 | + |
| 8 | + <android.support.v7.widget.CardView |
| 9 | + android:layout_width="match_parent" |
| 10 | + android:layout_height="wrap_content" |
| 11 | + android:layout_marginLeft="@dimen/activity_horizontal_margin" |
| 12 | + android:layout_marginRight="@dimen/activity_horizontal_margin" |
| 13 | + android:layout_marginTop="@dimen/activity_vertical_margin" |
| 14 | + app:cardUseCompatPadding="true" |
| 15 | + app:contentPadding="@dimen/cardview_content_padding"> |
| 16 | + |
| 17 | + <LinearLayout |
| 18 | + android:layout_width="match_parent" |
| 19 | + android:layout_height="wrap_content" |
| 20 | + android:orientation="vertical"> |
| 21 | + |
| 22 | + <TextView |
| 23 | + android:layout_width="match_parent" |
| 24 | + android:layout_height="match_parent" |
| 25 | + android:layout_gravity="center_vertical" |
| 26 | + android:gravity="center_vertical" |
| 27 | + android:text="@string/menu_trip_expenses"/> |
| 28 | + |
| 29 | + <TextView |
| 30 | + android:layout_width="match_parent" |
| 31 | + android:layout_height="match_parent" |
| 32 | + android:layout_gravity="center_vertical" |
| 33 | + android:drawablePadding="@dimen/fab_margin" |
| 34 | + android:drawableTop="@android:drawable/ic_secure" |
| 35 | + android:gravity="center_vertical" |
| 36 | + android:textAlignment="center" |
| 37 | + android:text="@string/str_feature_placeholder"/> |
| 38 | + </LinearLayout> |
| 39 | + </android.support.v7.widget.CardView> |
| 40 | +</FrameLayout> |
0 commit comments