parent
31594880ef
commit
a2c5b76105
3 changed files with 238 additions and 0 deletions
45
brouter-routing-app/src/main/res/layout/import_intent.xml
Normal file
45
brouter-routing-app/src/main/res/layout/import_intent.xml
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
<?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"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
tools:context=".MainActivity">
|
||||
|
||||
|
||||
<TextView
|
||||
android:id="@+id/Info_brouter"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="377dp"
|
||||
android:layout_below="@+id/textView3"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_marginStart="22dp"
|
||||
android:layout_marginLeft="22dp"
|
||||
android:layout_marginTop="13dp"
|
||||
android:layout_marginEnd="18dp"
|
||||
android:layout_marginRight="18dp"
|
||||
android:background="@android:color/holo_blue_dark"
|
||||
android:text="....."
|
||||
android:textSize="20sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textView3"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_marginStart="95dp"
|
||||
android:layout_marginLeft="95dp"
|
||||
android:layout_marginTop="55dp"
|
||||
android:layout_marginEnd="98dp"
|
||||
android:layout_marginRight="98dp"
|
||||
android:text="BROUTER"
|
||||
android:textSize="34sp" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue