android app work in progress - added notification

This commit is contained in:
Senad Uka
2016-10-30 08:35:05 +01:00
parent 161aa72965
commit ab309deb7e
32 changed files with 584 additions and 6 deletions

View File

@@ -14,6 +14,8 @@
<WebView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/main_web_view"></WebView>
android:id="@+id/main_web_view"
android:partition="persist:browser"
></WebView>
</RelativeLayout>