Project

General

Profile

« Previous | Next » 

Revision 70688a23

Added by Leszek Koltunski 9 months ago

LTR UI elements; rename some of them.

View differences:

src/main/java/org/distorted/helpers/LockController.java
52 52

  
53 53
  private int getLockIcon(boolean locked, boolean red)
54 54
    {
55
    return locked ? (red? R.drawable.ui_huge_locked_red : R.drawable.ui_huge_locked) : R.drawable.ui_huge_unlocked;
55
    return locked ? (red? R.drawable.ui_locked_red : R.drawable.ui_locked) : R.drawable.ui_unlocked;
56 56
    }
57 57

  
58 58
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff