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
51a1d9ba
Commit
51a1d9ba
authored
Nov 25, 2016
by
Tiago Cunha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Exported strings
Clean up the view a bit
parent
f791fce4
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
229 additions
and
297 deletions
+229
-297
userstatus_away.xml
app/src/main/res/drawable/userstatus_away.xml
+7
-4
userstatus_busy.xml
app/src/main/res/drawable/userstatus_busy.xml
+7
-4
userstatus_offline.xml
app/src/main/res/drawable/userstatus_offline.xml
+7
-4
userstatus_online.xml
app/src/main/res/drawable/userstatus_online.xml
+7
-4
fragment_sidebar_main.xml
app/src/main/res/layout/fragment_sidebar_main.xml
+193
-279
simple_screen.xml
app/src/main/res/layout/simple_screen.xml
+1
-2
strings.xml
app/src/main/res/values/strings.xml
+7
-0
No files found.
app/src/main/res/drawable/userstatus_away.xml
View file @
51a1d9ba
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:shape=
"oval"
>
android:shape=
"oval"
>
<solid
android:color=
"@color/userstatus_away"
/>
<solid
android:color=
"@color/userstatus_away"
/>
<stroke
<stroke
android:color=
"@color/userstatus_away_outline"
android:width=
"1dp"
android:width=
"1dp"
/>
android:color=
"@color/userstatus_away_outline"
/>
<size
android:width=
"16dp"
android:height=
"16dp"
/>
</shape>
</shape>
app/src/main/res/drawable/userstatus_busy.xml
View file @
51a1d9ba
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:shape=
"oval"
>
android:shape=
"oval"
>
<solid
android:color=
"@color/userstatus_busy"
/>
<solid
android:color=
"@color/userstatus_busy"
/>
<stroke
<stroke
android:color=
"@color/userstatus_busy_outline"
android:width=
"1dp"
android:width=
"1dp"
/>
android:color=
"@color/userstatus_busy_outline"
/>
<size
android:width=
"16dp"
android:height=
"16dp"
/>
</shape>
</shape>
app/src/main/res/drawable/userstatus_offline.xml
View file @
51a1d9ba
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:shape=
"oval"
>
android:shape=
"oval"
>
<solid
android:color=
"@color/userstatus_offline"
/>
<solid
android:color=
"@color/userstatus_offline"
/>
<stroke
<stroke
android:color=
"@color/userstatus_offline_outline"
android:width=
"1dp"
android:width=
"1dp"
/>
android:color=
"@color/userstatus_offline_outline"
/>
<size
android:width=
"16dp"
android:height=
"16dp"
/>
</shape>
</shape>
app/src/main/res/drawable/userstatus_online.xml
View file @
51a1d9ba
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:shape=
"oval"
>
android:shape=
"oval"
>
<solid
android:color=
"@color/userstatus_online"
/>
<solid
android:color=
"@color/userstatus_online"
/>
<stroke
<stroke
android:color=
"@color/userstatus_online_outline"
android:width=
"1dp"
android:width=
"1dp"
/>
android:color=
"@color/userstatus_online_outline"
/>
<size
android:width=
"16dp"
android:height=
"16dp"
/>
</shape>
</shape>
app/src/main/res/layout/fragment_sidebar_main.xml
View file @
51a1d9ba
This diff is collapsed.
Click to expand it.
app/src/main/res/layout/simple_screen.xml
View file @
51a1d9ba
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
<FrameLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
<FrameLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:id=
"@+id/content"
android:id=
"@+id/content"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
>
>
</FrameLayout>
</FrameLayout>
\ No newline at end of file
app/src/main/res/values/strings.xml
View file @
51a1d9ba
<resources>
<resources>
<string
name=
"app_name"
>
Rocket.Chat.Android
</string>
<string
name=
"app_name"
>
Rocket.Chat.Android
</string>
<string
name=
"fragment_sidebar_main_channels_title"
>
CHANNELS
</string>
<string
name=
"fragment_sidebar_main_direct_messages_title"
>
DIRECT MESSAGES
</string>
<string
name=
"user_status_online"
>
Online
</string>
<string
name=
"user_status_away"
>
Away
</string>
<string
name=
"user_status_busy"
>
Busy
</string>
<string
name=
"user_status_invisible"
>
Invisible
</string>
<string
name=
"fragment_sidebar_main_logout_title"
>
Logout
</string>
</resources>
</resources>
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