diff --git a/OsmAnd/res/layout/live_updates_header.xml b/OsmAnd/res/layout/live_updates_header.xml index a72faaad0c..b58ae607d5 100644 --- a/OsmAnd/res/layout/live_updates_header.xml +++ b/OsmAnd/res/layout/live_updates_header.xml @@ -4,111 +4,167 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginLeft="14dp" - android:layout_marginRight="14dp" - android:layout_marginTop="14dp" - android:background="?attr/bg_card" + android:paddingLeft="8dp" + android:paddingRight="8dp" + android:paddingTop="8dp" android:orientation="vertical"> + android:background="@color/osmand_orange" + android:orientation="vertical" + android:paddingBottom="8dp" + android:paddingLeft="24dp" + android:paddingRight="8dp" + android:paddingTop="16dp"> + + - - - - - - - - - + android:layout_gravity="bottom|right" + android:layout_marginTop="32dp" + android:textColor="@color/color_white" + android:background="@drawable/btn_round_transparent" + android:text="Subscribe"/> - - + android:background="?attr/bg_card" + android:orientation="vertical" + android:visibility="visible"> - - - - + android:gravity="center" + android:minHeight="44dp"> + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OsmAnd/res/layout/subscription_fragment.xml b/OsmAnd/res/layout/subscription_fragment.xml new file mode 100644 index 0000000000..c31f856783 --- /dev/null +++ b/OsmAnd/res/layout/subscription_fragment.xml @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +