Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afc623e3 authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by Android Git Automerger
Browse files

am bd9e181b: Fix layout rendering for RTL locales [DO NOT MERGE]

* commit 'bd9e181b':
  Fix layout rendering for RTL locales [DO NOT MERGE]
parents 811b331a bd9e181b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,5 +7,6 @@
	<classpathentry kind="var" path="ANDROID_PLAT_SRC/out/host/common/obj/JAVA_LIBRARIES/temp_layoutlib_intermediates/javalib.jar" sourcepath="/ANDROID_PLAT_SRC/frameworks/base"/>
	<classpathentry kind="var" path="ANDROID_PLAT_SRC/prebuilts/misc/common/ninepatch/ninepatch-prebuilt.jar"/>
	<classpathentry kind="var" path="ANDROID_PLAT_SRC/prebuilts/misc/common/tools-common/tools-common-prebuilt.jar"/>
	<classpathentry kind="var" path="ANDROID_PLAT_SRC/prebuilts/misc/common/icu4j/icu4j.jar"/>
	<classpathentry kind="output" path="bin"/>
</classpath>
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ LOCAL_JAVA_RESOURCE_DIRS := resources

LOCAL_JAVA_LIBRARIES := \
	kxml2-2.3.0 \
	icu4j \
	layoutlib_api-prebuilt \
	tools-common-prebuilt

+904 B
Loading image diff...
+533 B
Loading image diff...
+617 B
Loading image diff...
Loading