Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xabber-android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
xabber-android
Commits
c1ca6828
Commit
c1ca6828
authored
Mar 26, 2015
by
Grigory Fedorov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Join conference screen: padding added, scrollview removed.
parent
49d92809
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
muc_editor.xml
app/src/main/res/layout/muc_editor.xml
+11
-10
No files found.
app/src/main/res/layout/muc_editor.xml
View file @
c1ca6828
...
@@ -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"
...
@@ -38,7 +40,7 @@
...
@@ -38,7 +40,7 @@
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:prompt=
"@string/choose_account"
android:prompt=
"@string/choose_account"
/>
/>
<TextView
<TextView
android:text=
"@string/muc_server"
android:text=
"@string/muc_server"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
...
@@ -52,7 +54,7 @@
...
@@ -52,7 +54,7 @@
android:singleLine=
"true"
android:singleLine=
"true"
android:inputType=
"textEmailAddress"
android:inputType=
"textEmailAddress"
/>
/>
<TextView
<TextView
android:text=
"@string/muc_room"
android:text=
"@string/muc_room"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
...
@@ -91,7 +93,7 @@
...
@@ -91,7 +93,7 @@
android:singleLine=
"true"
android:singleLine=
"true"
android:hint=
"@string/muc_password_hint"
android:hint=
"@string/muc_password_hint"
/>
/>
<CheckBox
<CheckBox
android:id=
"@+id/muc_join"
android:id=
"@+id/muc_join"
android:checked=
"true"
android:checked=
"true"
...
@@ -99,7 +101,7 @@
...
@@ -99,7 +101,7 @@
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
/>
/>
<LinearLayout
<LinearLayout
android:orientation=
"horizontal"
android:orientation=
"horizontal"
android:gravity=
"center_horizontal|bottom"
android:gravity=
"center_horizontal|bottom"
...
@@ -117,5 +119,4 @@
...
@@ -117,5 +119,4 @@
</LinearLayout>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</ScrollView>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment