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
68be91e1
Commit
68be91e1
authored
Jan 17, 2017
by
Tiago Cunha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PR based feedback
parent
857522e6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
fragment_input_hostname.xml
app/src/main/res/layout/fragment_input_hostname.xml
+3
-1
fragment_sidebar_main.xml
app/src/main/res/layout/fragment_sidebar_main.xml
+1
-1
No files found.
app/src/main/res/layout/fragment_input_hostname.xml
View file @
68be91e1
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
<FrameLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:background=
"?attr/colorPrimaryDark"
>
android:background=
"?attr/colorPrimaryDark"
>
...
@@ -57,5 +58,6 @@
...
@@ -57,5 +58,6 @@
android:layout_gravity=
"center_horizontal|bottom"
android:layout_gravity=
"center_horizontal|bottom"
android:layout_margin=
"@dimen/margin_8"
android:layout_margin=
"@dimen/margin_8"
android:textColor=
"@android:color/white"
android:textColor=
"@android:color/white"
android:textAppearance=
"?attr/textAppearanceListItemSmall"
/>
android:textAppearance=
"@style/TextAppearance.AppCompat.Caption"
tools:text=
"Version: 1.0"
/>
</FrameLayout>
</FrameLayout>
\ No newline at end of file
app/src/main/res/layout/fragment_sidebar_main.xml
View file @
68be91e1
...
@@ -240,7 +240,7 @@
...
@@ -240,7 +240,7 @@
<TextView
<TextView
android:id=
"@+id/version_info"
android:id=
"@+id/version_info"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"
wrap_conten
t"
android:layout_height=
"
?attr/listPreferredItemHeigh
t"
android:layout_gravity=
"center_horizontal"
android:layout_gravity=
"center_horizontal"
android:textAppearance=
"?attr/textAppearanceListItemSmall"
/>
android:textAppearance=
"?attr/textAppearanceListItemSmall"
/>
</LinearLayout>
</LinearLayout>
...
...
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