From d783cec97084a12873ca62b5fcd64620056ec01b Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Sat, 19 Nov 2016 23:07:54 +0100 Subject: reformat code --- src/main/res/layout/presence_template.xml | 56 +++++++++++++++++-------------- 1 file changed, 30 insertions(+), 26 deletions(-) (limited to 'src/main/res/layout/presence_template.xml') diff --git a/src/main/res/layout/presence_template.xml b/src/main/res/layout/presence_template.xml index ea1d05bd8..ef6f01643 100644 --- a/src/main/res/layout/presence_template.xml +++ b/src/main/res/layout/presence_template.xml @@ -1,12 +1,13 @@ + android:layout_width="match_parent" + android:layout_height="match_parent" + android:background="?android:attr/activatedBackgroundIndicator" + android:paddingTop="8dp" + android:paddingLeft="8dp" + android:paddingBottom="8dp" + android:id="@+id/presence_template"> + - - + + + + + + android:src="?attr/icon_remove" /> \ No newline at end of file -- cgit v1.2.3