diff options
Diffstat (limited to 'vdrmanager/app/build/intermediates/res/debug/layout/remote.xml')
-rw-r--r-- | vdrmanager/app/build/intermediates/res/debug/layout/remote.xml | 342 |
1 files changed, 0 insertions, 342 deletions
diff --git a/vdrmanager/app/build/intermediates/res/debug/layout/remote.xml b/vdrmanager/app/build/intermediates/res/debug/layout/remote.xml deleted file mode 100644 index dd6f68b..0000000 --- a/vdrmanager/app/build/intermediates/res/debug/layout/remote.xml +++ /dev/null @@ -1,342 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:app="http://schemas.android.com/apk/res-auto" - android:id="@+id/root" - android:layout_width="fill_parent" - android:layout_height="fill_parent" - android:orientation="vertical" - android:padding="5dp"> - - <LinearLayout - android:id="@+id/resultwrapper" - android:layout_width="fill_parent" - android:layout_alignParentEnd="true" - android:layout_alignParentRight="true" - android:layout_alignParentTop="true" - android:layout_height="wrap_content"> - <de.androvdr.widget.AnimatedTextView - android:id="@+id/result" - android:maxLines="1" - android:layout_width="0dp" - android:layout_weight="1" - android:layout_height="wrap_content" - android:textSize="10sp" - android:gravity="right" /> - </LinearLayout> - - - - <LinearLayout - android:id="@+id/rows0" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:orientation="horizontal" - android:layout_alignParentLeft="true" - android:layout_alignParentStart="true" - android:layout_marginBottom="10dp" - android:layout_below="@+id/resultwrapper"> - - <de.androvdr.widget.FontAwesomeButton - style="?android:attr/buttonStyleSmall" - - android:layout_width="0dp" - android:layout_height="wrap_content" - android:layout_weight="1" - android:tag="Power" - android:text="" - android:id="@+id/Power" /> - - <de.androvdr.widget.FontAwesomeButton - style="?android:attr/buttonStyleSmall" - android:layout_width="0dp" - - android:layout_height="wrap_content" - android:layout_weight="1" - android:tag="Back" - android:text="Back" /> - - <de.androvdr.widget.FontAwesomeButton - style="?android:attr/buttonStyleSmall" - android:layout_width="0dp" - android:layout_height="wrap_content" - android:layout_weight="1" - android:tag="" - /> - - - - - - - - <de.androvdr.widget.FontAwesomeButton - style="?android:attr/buttonStyleSmall" - android:layout_width="0dp" - android:layout_height="wrap_content" - android:layout_weight="1" - android:tag="Setup" - android:text="" /> - </LinearLayout> - - <RelativeLayout - android:id="@+id/navigation" - - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:layout_alignParentRight="true" - android:layout_alignParentEnd="true" - android:layout_below="@+id/colorButtons" - android:layout_above="@+id/rows1"> - - <de.androvdr.widget.SquareButton - android:id="@+id/ok" - style="@style/cursorButton" - android:layout_centerVertical="true" - android:layout_gravity="center_horizontal" - android:layout_toLeftOf="@+id/right" - android:layout_toStartOf="@+id/right" - android:tag="Ok" - android:text="OK" /> - - - <de.androvdr.widget.SquareButton - android:id="@+id/right" - style="@style/cursorButton" - android:tag="Right" - android:text="▶" - android:layout_centerVertical="true" - android:layout_toRightOf="@+id/up" - android:layout_toEndOf="@+id/up" /> - - - <de.androvdr.widget.SquareButton - android:id="@+id/left" - style="@style/cursorButton" - android:tag="Left" - android:text="◀" - android:layout_centerVertical="true" - android:layout_toLeftOf="@+id/ok" - android:layout_toStartOf="@+id/ok" /> - - <de.androvdr.widget.SquareButton - android:id="@+id/up" - style="@style/cursorButton" - android:layout_gravity="center_horizontal" - android:tag="Up" - android:text="▲" - android:layout_above="@+id/ok" - android:layout_centerHorizontal="true" /> - - <de.androvdr.widget.FontAwesomeButton - android:id="@+id/ChannelUp" - style="@style/volChanButton" - - android:tag="Channel+" - android:text="" - android:layout_alignTop="@+id/up" - android:layout_alignParentRight="true" - android:layout_alignParentEnd="true" /> - - <de.androvdr.widget.FontAwesomeButton - android:id="@+id/VolumeUp" - style="@style/volChanButton" - android:layout_height="wrap_content" - android:tag="Volume+" - android:text="" - android:layout_alignTop="@+id/up" - android:layout_alignParentLeft="true" - android:layout_alignParentStart="true" /> - - <de.androvdr.widget.SquareButton - android:id="@+id/down" - style="@style/cursorButton" - - android:layout_gravity="center_horizontal" - - android:tag="Down" - android:text="▼" - android:layout_below="@+id/ok" - android:layout_toLeftOf="@+id/right" - android:layout_toStartOf="@+id/right" /> - - <de.androvdr.widget.FontAwesomeButton - android:id="@+id/ChannelDown" - style="@style/volChanButton" - android:tag="Channel-" - android:text="" - android:layout_alignBottom="@+id/down" - android:layout_alignParentRight="true" - android:layout_alignParentEnd="true" /> - - <de.androvdr.widget.FontAwesomeButton - android:id="@+id/VolumeDown" - style="@style/volChanButton" - android:tag="Volume-" - android:text="" - android:layout_alignBottom="@+id/down" - android:layout_alignParentLeft="true" - android:layout_alignParentStart="true" /> - - </RelativeLayout> - - - - <LinearLayout - android:id="@+id/colorButtons" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:orientation="horizontal" - android:layout_alignParentRight="true" - android:layout_alignParentEnd="true" - android:layout_below="@+id/rows0"> - - - <de.androvdr.widget.FontAwesomeButton - android:id="@+id/red" - style="?android:attr/buttonStyleSmall" - android:layout_width="0dp" - android:layout_height="wrap_content" - android:layout_weight="1" - android:tag="Red" - android:text="" - android:textColor="@color/red" - /> - - - <de.androvdr.widget.FontAwesomeButton - android:id="@+id/green" - style="?android:attr/buttonStyleSmall" - android:layout_width="0dp" - android:layout_height="wrap_content" - android:layout_weight="1" - android:text="" - android:tag="Green" - android:textColor="@color/green" - /> - - - <de.androvdr.widget.FontAwesomeButton - android:id="@+id/yellow" - style="?android:attr/buttonStyleSmall" - android:layout_width="0dp" - android:layout_height="wrap_content" - android:layout_weight="1" - android:tag="Yellow" - android:text="" - android:textColor="@color/yellow" - /> - - - <de.androvdr.widget.FontAwesomeButton - android:id="@+id/blue" - style="?android:attr/buttonStyleSmall" - android:layout_width="0dp" - android:layout_height="wrap_content" - android:layout_weight="1" - android:tag="Blue" - android:text="" - android:textColor="@color/blue" - /> - - - </LinearLayout> - - - <LinearLayout - android:id="@+id/rows1" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:layout_alignParentLeft="true" - android:layout_alignParentStart="true" - android:orientation="horizontal" - android:layout_above="@+id/rows2"> - - <de.androvdr.widget.FontAwesomeButton - style="?android:attr/buttonStyleSmall" - - android:layout_width="0dp" - android:layout_height="wrap_content" - android:layout_weight="1" - android:tag="Mute" - android:text="" /> - - - <de.androvdr.widget.FontAwesomeButton - style="?android:attr/buttonStyleSmall" - android:layout_width="0dp" - android:layout_height="wrap_content" - android:layout_weight="1" - android:tag="Info" - android:text="" /> - - <de.androvdr.widget.FontAwesomeButton - style="?android:attr/buttonStyleSmall" - android:layout_width="0dp" - - android:layout_height="wrap_content" - android:layout_weight="1" - android:tag="Back" - android:text="" /> - - - <de.androvdr.widget.FontAwesomeButton - style="?android:attr/buttonStyleSmall" - android:layout_width="0dp" - - android:layout_height="wrap_content" - android:layout_weight="1" - android:tag="Menu" - android:text="" /> - - </LinearLayout> - - - <LinearLayout - - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:id="@+id/rows2" - android:orientation="horizontal" - android:layout_marginTop="10dp" - android:layout_marginBottom="10dp" - android:layout_alignParentBottom="true"> - - <de.androvdr.widget.FontAwesomeButton - style="?android:attr/buttonStyleSmall" - android:layout_width="0dp" - android:layout_height="wrap_content" - android:layout_weight="1" - android:tag="Audio" - android:text="" /> - - - <de.androvdr.widget.FontAwesomeButton - style="?android:attr/buttonStyleSmall" - android:layout_width="0dp" - android:layout_height="wrap_content" - android:layout_weight="1" - android:tag="Subtitles" - android:text="S" /> - - <de.androvdr.widget.FontAwesomeButton - style="?android:attr/buttonStyleSmall" - android:layout_width="0dp" - - android:layout_height="wrap_content" - android:layout_weight="1" - android:tag="PrevChannel" - android:text="" /> - - - <de.androvdr.widget.FontAwesomeButton - style="?android:attr/buttonStyleSmall" - android:layout_width="0dp" - - android:layout_height="wrap_content" - android:layout_weight="1" - android:tag="Commands" - android:text="" /> - </LinearLayout> - - -</RelativeLayout><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/remote.xml -->
\ No newline at end of file |