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

Commit 9e56a73c authored by Xavier Ducrohet's avatar Xavier Ducrohet Committed by Android Git Automerger
Browse files

am 487742ea: am 331e93e5: Merge "LayoutLib: render system/title/action bars." into honeycomb

* commit '487742ea':
  LayoutLib: render system/title/action bars.
parents f01e3b5b 487742ea
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

LOCAL_SRC_FILES := $(call all-java-files-under,src)
LOCAL_JAVA_RESOURCE_DIRS := resources


LOCAL_JAVA_LIBRARIES := \
	kxml2-2.3.0 \
+11 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android">
	<ImageView
			android:layout_height="wrap_content"
			android:layout_width="wrap_content"
			android:layout_gravity="center"/>
	<TextView
			android:layout_width="wrap_content"
			android:layout_height="wrap_content"
			android:layout_gravity="center"/>
</merge>
+3.81 KiB
Loading image diff...
+3.9 KiB
Loading image diff...
+3.07 KiB
Loading image diff...
Loading