We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f690687 commit 23de515Copy full SHA for 23de515
1 file changed
app/src/main/res/layout/activity_action_page_online.xml
@@ -7,12 +7,13 @@
7
8
<include
9
layout="@layout/app_bar_main"
10
+ android:id="@+id/webappbar"
11
android:layout_width="match_parent"
12
android:layout_height="wrap_content" />
13
14
<WebView
15
+ android:layout_below="@id/webappbar"
16
android:id="@+id/kr_online_webview"
- android:layout_marginTop="?actionBarSize"
17
18
android:layout_height="match_parent"
19
android:visibility="gone" />
0 commit comments