]> jfr.im git - i.jfr.im-android.git/blob - app/src/main/res/layout/activity_share.xml
init
[i.jfr.im-android.git] / app / src / main / res / layout / activity_share.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <androidx.constraintlayout.widget.ConstraintLayout
3 xmlns:android="http://schemas.android.com/apk/res/android"
4 xmlns:tools="http://schemas.android.com/tools"
5 xmlns:app="http://schemas.android.com/apk/res-auto"
6 android:layout_width="match_parent"
7 android:layout_height="match_parent"
8 tools:context=".ShareActivity">
9
10 <TextView
11 android:id="@+id/resultView"
12 android:layout_width="wrap_content"
13 android:layout_height="wrap_content"
14 app:layout_constraintEnd_toEndOf="parent"
15 app:layout_constraintStart_toStartOf="parent"
16 app:layout_constraintTop_toTopOf="parent" />
17 </androidx.constraintlayout.widget.ConstraintLayout>