Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AloqaIM-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
AloqaIM-Android
Commits
043c783e
Commit
043c783e
authored
Jul 10, 2017
by
Filipe de Lima Brito
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update fragment_input_hostname.xml and .travis.yml file
parent
2745d6fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
.travis.yml
.travis.yml
+2
-0
fragment_input_hostname.xml
app/src/main/res/layout/fragment_input_hostname.xml
+2
-2
No files found.
.travis.yml
View file @
043c783e
...
...
@@ -8,6 +8,8 @@ before_script:
-
echo y | android update sdk --no-ui --all --filter extra-android-m2repository,extra-android-support
-
echo y | android update sdk --no-ui --all --filter extra-google-m2repository,extra-google-google_play_services
-
echo y | android update sdk --no-ui --all --filter build-tools-25.0.3
-
echo yes | sdkmanager "extras;m2repository;com;android;support;constraint;constraint-layout;1.0.2"
-
echo yes | sdkmanager "extras;m2repository;com;android;support;constraint;constraint-layout-solver;1.0.2"
-
./gradlew dependencies
script
:
...
...
app/src/main/res/layout/fragment_input_hostname.xml
View file @
043c783e
...
...
@@ -13,7 +13,7 @@
android:layout_width=
"wrap_content"
android:minWidth=
"288dp"
android:layout_height=
"wrap_content"
android:padding=
"@dimen/margin_
16
"
android:padding=
"@dimen/margin_
24
"
android:background=
"@drawable/container_bg"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toTopOf=
"@+id/version_info"
...
...
@@ -34,7 +34,7 @@
<EditText
android:id=
"@+id/editor_hostname"
android:layout_width=
"
wrap_content
"
android:layout_width=
"
0dp
"
android:layout_height=
"wrap_content"
android:hint=
"@string/fragment_input_hostname_server_hint"
android:imeOptions=
"actionSend"
...
...
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