webview fix
This commit is contained in:
@@ -18,11 +18,17 @@
|
||||
app:cardCornerRadius="4dp"
|
||||
android:layout_margin="12dp">
|
||||
|
||||
<WebView
|
||||
android:id="@+id/storeInfoWebView"
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:padding="12dp"/>
|
||||
android:padding="8dp">
|
||||
|
||||
<WebView
|
||||
android:id="@+id/storeInfoWebView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
</android.support.v7.widget.CardView>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user