mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-21 02:03:57 +00:00
chore: Move API project from separate repo to this
Set up CI to publish the API library package as well as release the app.
This commit is contained in:
11
api/src/main/res/layout/activity_webview.xml
Normal file
11
api/src/main/res/layout/activity_webview.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:id="@+id/main">
|
||||
|
||||
<WebView
|
||||
android:id="@+id/webview"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
</LinearLayout>
|
||||
1
api/src/main/res/values/strings.xml
Normal file
1
api/src/main/res/values/strings.xml
Normal file
@@ -0,0 +1 @@
|
||||
<resources></resources>
|
||||
7
api/src/main/res/values/themes.xml
Normal file
7
api/src/main/res/values/themes.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="Theme.WebViewActivity" parent="Theme.AppCompat.DayNight">
|
||||
<item name="android:windowActionBar">true</item>
|
||||
<item name="android:windowNoTitle">false</item>
|
||||
</style>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user