|
|
|
@ -1,5 +1,7 @@
|
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
<LinearLayout
|
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
|
android:id="@+id/contentView"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
@ -13,23 +15,37 @@
|
|
|
|
|
android:elevation="1dp" />
|
|
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
|
style="@style/SessionEditText"
|
|
|
|
|
style="@style/SmallSessionEditText"
|
|
|
|
|
android:id="@+id/chatURLEditText"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_height="64dp"
|
|
|
|
|
android:layout_marginLeft="@dimen/large_spacing"
|
|
|
|
|
android:layout_marginTop="@dimen/large_spacing"
|
|
|
|
|
android:layout_marginRight="@dimen/large_spacing"
|
|
|
|
|
android:inputType="textWebEmailAddress"
|
|
|
|
|
android:inputType="textWebEmailAddress|textMultiLine"
|
|
|
|
|
android:paddingTop="0dp"
|
|
|
|
|
android:paddingBottom="0dp"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
android:maxLines="3"
|
|
|
|
|
android:hint="@string/fragment_enter_chat_url_edit_text_hint" />
|
|
|
|
|
|
|
|
|
|
<com.github.ybq.android.spinkit.SpinKitView
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
android:id="@+id/defaultRoomsLoader"
|
|
|
|
|
style="@style/SpinKitView.Small.WanderingCubes"
|
|
|
|
|
android:layout_marginVertical="16dp"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"/>
|
|
|
|
|
<RelativeLayout
|
|
|
|
|
android:id="@+id/defaultRoomsLoaderContainer"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="80dp"
|
|
|
|
|
android:layout_marginTop="56dp"
|
|
|
|
|
android:visibility="gone">
|
|
|
|
|
|
|
|
|
|
<com.github.ybq.android.spinkit.SpinKitView
|
|
|
|
|
android:id="@+id/defaultRoomsLoader"
|
|
|
|
|
style="@style/SpinKitView.Large.ThreeBounce"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
app:SpinKit_Color="@color/text"
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
android:layout_centerInParent="true" />
|
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|