Проведение покупки, проверка деактивированного токена, подтверждение логаута, функциональная маска на сканере, кнопка назад в faq

This commit is contained in:
Ivan Murashov
2017-07-26 18:57:29 +03:00
parent 313dc307dc
commit 73e139f925
10 changed files with 226 additions and 112 deletions

View File

@@ -10,38 +10,35 @@
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<!-- <LinearLayout android:orientation="vertical"
<LinearLayout android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="?attr/actionBarSize">
android:layout_height="match_parent">
<View android:layout_height="0dp"
android:layout_weight="0.42"
android:layout_weight="0.5"
android:layout_width="match_parent"
android:background="#с0000000"/>
<FrameLayout android:layout_height="0dp"
android:layout_weight="0.16"
android:layout_width="match_parent">
<View android:layout_height="match_parent"
android:layout_width="24dp"
android:layout_gravity="left"
android:background="#с0000000"/>
<View android:layout_height="match_parent"
android:layout_width="24dp"
android:layout_gravity="right"
android:background="#с0000000"/>
</FrameLayout>
android:background="#с0000000"
android:layout_marginBottom="56dp"/>
<View android:layout_height="0dp"
android:layout_weight="0.42"
android:layout_weight="0.5"
android:layout_width="match_parent"
android:background="#с0000000"/>
android:background="#с0000000"
android:layout_marginTop="56dp"/>
</LinearLayout> -->
</LinearLayout>
<View android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_gravity="center"
android:background="#00ff00"
android:layout_marginBottom="56dp"/>
<View android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_gravity="center"
android:background="#00ff00"
android:layout_marginTop="56dp"/>
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"