Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
InstiApp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
RAHUL SHARMA
InstiApp
Commits
749ca2d4
Commit
749ca2d4
authored
Feb 04, 2019
by
Varun Patil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix user fragment tabs font size
parent
d2d6228e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
app/src/main/res/layout/fragment_user.xml
app/src/main/res/layout/fragment_user.xml
+3
-1
app/src/main/res/values/styles.xml
app/src/main/res/values/styles.xml
+4
-0
No files found.
app/src/main/res/layout/fragment_user.xml
View file @
749ca2d4
<FrameLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:id=
"@+id/container_profile"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
...
...
@@ -66,7 +67,8 @@
android:id=
"@+id/tab_layout"
android:layout_width=
"match_parent"
android:layout_height=
"40dp"
android:visibility=
"invisible"
>
android:visibility=
"invisible"
app:tabTextAppearance=
"@style/UserTabsTextAppearance"
>
</android.support.design.widget.TabLayout>
...
...
app/src/main/res/values/styles.xml
View file @
749ca2d4
...
...
@@ -89,4 +89,8 @@
<item
name=
"android:textColor"
>
@color/mcv_text_date_light
</item>
<item
name=
"android:textSize"
>
14sp
</item>
</style>
<style
name=
"UserTabsTextAppearance"
parent=
"TextAppearance.Design.Tab"
>
<item
name=
"android:textSize"
>
12sp
</item>
</style>
</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