Make Settings app aware of layout direction
- see bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi) Change-Id: I696c0f66a16640af767da3c05b5d300fd2284ecb
This commit is contained in:
@@ -38,7 +38,7 @@ import com.android.settings.R;
|
||||
public class ChartView extends FrameLayout {
|
||||
// TODO: extend something that supports two-dimensional scrolling
|
||||
|
||||
private static final int SWEEP_GRAVITY = Gravity.TOP | Gravity.LEFT;
|
||||
private static final int SWEEP_GRAVITY = Gravity.TOP | Gravity.START;
|
||||
|
||||
ChartAxis mHoriz;
|
||||
ChartAxis mVert;
|
||||
|
Reference in New Issue
Block a user