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
f13e42e7
Commit
f13e42e7
authored
Aug 26, 2017
by
Filipe de Lima Brito
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update room_toolbar.xml
parent
130dbf2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
6 deletions
+29
-6
room_toolbar.xml
...chat-android-widgets/src/main/res/layout/room_toolbar.xml
+29
-6
No files found.
rocket-chat-android-widgets/src/main/res/layout/room_toolbar.xml
View file @
f13e42e7
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<merge
xmlns:android=
"http://schemas.android.com/apk/res/android"
<android.support.v7.widget.Toolbar
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:minHeight=
"?attr/actionBarSize"
app:titleTextColor=
"@android:color/white"
android:background=
"@color/color_accent"
>
<android.support.constraint.ConstraintLayout
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
android:layout_height=
"match_parent"
>
<TextView
<ImageView
android:id=
"@+id/roomIconImageView"
android:layout_width=
"10dp"
android:layout_height=
"10dp"
app:layout_constraintLeft_toLeftOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintRight_toLeftOf=
"@+id/toolbar_title"
/>
<TextView
android:id=
"@+id/toolbar_title"
android:id=
"@+id/toolbar_title"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"match_parent"
android:layout_height=
"wrap_content"
android:gravity=
"center_vertical"
/>
android:layout_marginLeft=
"10dp"
android:layout_marginStart=
"10dp"
</merge>
app:layout_constraintLeft_toRightOf=
"@+id/roomIconImageView"
\ No newline at end of file
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
style=
"@style/TextAppearance.AppCompat.Widget.ActionBar.Title"
/>
</android.support.constraint.ConstraintLayout>
</android.support.v7.widget.Toolbar>
\ No newline at end of file
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