Commit c1ca6828 authored by Grigory Fedorov's avatar Grigory Fedorov

Join conference screen: padding added, scrollview removed.

parent 49d92809
...@@ -12,21 +12,23 @@ ...@@ -12,21 +12,23 @@
You should have received a copy of the GNU General Public License, You should have received a copy of the GNU General Public License,
along with this program. If not, see http://www.gnu.org/licenses/. along with this program. If not, see http://www.gnu.org/licenses/.
--> -->
<ScrollView
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical"
> >
<include layout="@layout/toolbar_default"/>
<LinearLayout <LinearLayout
android:orientation="vertical" android:orientation="vertical"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:padding="16dp"
> >
<include layout="@layout/toolbar_default"/>
<TextView <TextView
android:text="@string/contact_account" android:text="@string/contact_account"
android:layout_width="wrap_content" android:layout_width="wrap_content"
...@@ -117,5 +119,4 @@ ...@@ -117,5 +119,4 @@
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
</LinearLayout>
</ScrollView>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment