mirror of
https://github.com/ethauvin/Clever.git
synced 2025-04-26 01:07:14 -07:00
Initial commit. (yay!)
This commit is contained in:
commit
df7ba79871
13 changed files with 271 additions and 0 deletions
BIN
res/drawable/.DS_Store
vendored
Normal file
BIN
res/drawable/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
res/drawable/icon.png
Normal file
BIN
res/drawable/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
10
res/layout/activity_main.xml
Normal file
10
res/layout/activity_main.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent">
|
||||
|
||||
<WebView android:id="@+id/webView1"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"/>
|
||||
|
||||
</LinearLayout>
|
6
res/values/strings.xml
Normal file
6
res/values/strings.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<resources>
|
||||
|
||||
<string name="app_name">Clever</string>
|
||||
<string name="title_activity_main">Clever</string>
|
||||
|
||||
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue