Project

General

Profile

« Previous | Next » 

Revision b372b2cd

Added by Leszek Koltunski 22 days ago

Fix selected colors in case of the orange and pink themes.

View differences:

src/main/java/org/distorted/helpers/BaseActivity.java
162 162
///////////////////////////////////////////////////////////////////////////////////////////////////
163 163

  
164 164
    public int getDarkTrans()
165
    {
166
        return mDarkT;
167
    }
165
      {
166
      return mDarkT;
167
      }
168 168

  
169 169
///////////////////////////////////////////////////////////////////////////////////////////////////
170 170

  
171 171
    public int getLightTrans()
172
    {
173
        return mLightT;
174
    }
172
      {
173
      return mLightT;
174
      }
175 175

  
176 176
///////////////////////////////////////////////////////////////////////////////////////////////////
177 177

  
178 178
    public int getSelectedColor()
179
    {
180
        return mSelectC;
181
    }
179
      {
180
      return mSelectC;
181
      }
182 182

  
183 183
///////////////////////////////////////////////////////////////////////////////////////////////////
184 184

  
......
320 320
      {
321 321
      return mScreenHeight;
322 322
      }
323

  
324 323
}

Also available in: Unified diff