Delete unused resource

This commit is contained in:
Benoit Marty 2022-02-22 16:05:40 +01:00
parent a9702c63d2
commit 17fa463bc8
1 changed files with 0 additions and 18 deletions

View File

@ -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>