Delete unused resource
This commit is contained in:
parent
a9702c63d2
commit
17fa463bc8
|
@ -1,18 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/event_content_text_view"
|
||||
style="@style/Widget.Vector.TextView.Caption"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="5dp"
|
||||
android:fontFamily="monospace"
|
||||
android:textColor="?vctr_content_primary"
|
||||
android:textIsSelectable="true"
|
||||
tools:text="Event content" />
|
||||
|
||||
</ScrollView>
|
Loading…
Reference in New Issue