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
684bdfe6
Commit
684bdfe6
authored
Apr 27, 2015
by
أحمد المحمودي (Ahmed El-Mahmoudy)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set textColor value to textColorPrimary attribute to facilitate theme'ing
parent
96bd02e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
contact_list_drawer_footer.xml
app/src/main/res/layout/contact_list_drawer_footer.xml
+4
-4
No files found.
app/src/main/res/layout/contact_list_drawer_footer.xml
View file @
684bdfe6
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
android:layout_marginLeft=
"32dp"
android:layout_marginLeft=
"32dp"
android:text=
"@string/preference_editor"
android:text=
"@string/preference_editor"
android:textAppearance=
"?android:attr/textAppearanceMedium"
android:textAppearance=
"?android:attr/textAppearanceMedium"
android:textColor=
"
@android:color/black
"
android:textColor=
"
?android:attr/textColorPrimary
"
/>
/>
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
android:layout_marginLeft=
"32dp"
android:layout_marginLeft=
"32dp"
android:text=
"@string/preference_about"
android:text=
"@string/preference_about"
android:textAppearance=
"?android:attr/textAppearanceMedium"
android:textAppearance=
"?android:attr/textAppearanceMedium"
android:textColor=
"
@android:color/black
"
/>
android:textColor=
"
?android:attr/textColorPrimary
"
/>
</LinearLayout>
</LinearLayout>
...
@@ -76,9 +76,9 @@
...
@@ -76,9 +76,9 @@
android:layout_marginLeft=
"32dp"
android:layout_marginLeft=
"32dp"
android:text=
"@string/exit"
android:text=
"@string/exit"
android:textAppearance=
"?android:attr/textAppearanceMedium"
android:textAppearance=
"?android:attr/textAppearanceMedium"
android:textColor=
"
@android:color/black
"
/>
android:textColor=
"
?android:attr/textColorPrimary
"
/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</LinearLayout>
\ 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