Project

General

Profile

« Previous | Next » 

Revision 39176a1f

Added by Leszek Koltunski almost 2 years ago

Make the size of the text in the spinners in the bandaged activity look right on all screen sizes.

View differences:

src/main/java/org/distorted/bandaged/BandagedCreatorActivity.java
54 54
    private static final float RATIO_BUT   = 0.07f;
55 55
    static final float RATIO_SCROLL= 0.30f;
56 56

  
57
    public static final float DIALOG_BUTTON_SIZE  = 0.06f;
58
    public static final float MENU_BIG_TEXT_SIZE  = 0.05f;
57
    public static final float DIALOG_BUTTON_SIZE = 0.06f;
58
    public static final float MENU_BIG_TEXT_SIZE = 0.05f;
59
    public static final float SPINNER_TEXT_SIZE  = 0.03f;
59 60

  
60 61
    public static final int FLAGS =  View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION
61 62
                                   | View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN

Also available in: Unified diff