summaryrefslogtreecommitdiff
path: root/SDL_Android/LivioSdlUtilities/res/layout/textview.xml
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_Android/LivioSdlUtilities/res/layout/textview.xml')
-rw-r--r--SDL_Android/LivioSdlUtilities/res/layout/textview.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/SDL_Android/LivioSdlUtilities/res/layout/textview.xml b/SDL_Android/LivioSdlUtilities/res/layout/textview.xml
deleted file mode 100644
index 70a52ea9a..000000000
--- a/SDL_Android/LivioSdlUtilities/res/layout/textview.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <TextView
- android:id="@+id/textview"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:textSize="16sp"
- android:padding="10dip"/>
-
-</ScrollView> \ No newline at end of file