Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change the size of toggle? #19

Open
sabrimev opened this issue Dec 14, 2019 · 2 comments
Open

How to change the size of toggle? #19

sabrimev opened this issue Dec 14, 2019 · 2 comments

Comments

@sabrimev
Copy link

sabrimev commented Dec 14, 2019

Screenshot at Dec 14 18-27-28

I would like to change the size of the toggle but It does not work properly. If there is a way, can you please update me.
@Jawnnypoo
Copy link
Contributor

Hey there, can you paste in here what your current XML looks like? Thanks!

@paktech1
Copy link

paktech1 commented Jul 8, 2020

current app:customLayout in the custom layout set the font size.

custom layout example:

<TextView
    android:textSize="@dimen/_12sp"
    android:id="@android:id/text1"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_gravity="center"
    android:gravity="center"
    android:textColor="@color/text_primary_to_white"
    tools:text="something" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants