store info page

This commit is contained in:
cimenmus
2017-10-26 00:12:03 +03:00
parent 93c4fa28e5
commit 7bbc8ae271
9 changed files with 156 additions and 68 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white">
<WebView
android:id="@+id/storeInfoWebView"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</RelativeLayout>