Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
sister-kering
IF3230-Tugas-Besar-Sister-2015
Commits
b446e93b
Commit
b446e93b
authored
Apr 30, 2015
by
Fahmi Dumadi
Browse files
tampilan v2
parent
80bd672f
Changes
6
Hide whitespace changes
Inline
Side-by-side
src/client/PhilosopherStone/app/src/main/res/drawable/border.xml
View file @
b446e93b
...
...
@@ -10,5 +10,4 @@
android:bottom=
"1dp"
/>
<corners
android:radius=
"30px"
/>
</shape>
\ No newline at end of file
src/client/PhilosopherStone/app/src/main/res/drawable/itembackground.png
View replaced file @
80bd672f
View file @
b446e93b
353 KB
|
W:
|
H:
23.2 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/client/PhilosopherStone/app/src/main/res/drawable/mainbackground.png
View replaced file @
80bd672f
View file @
b446e93b
1.86 MB
|
W:
|
H:
248 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/client/PhilosopherStone/app/src/main/res/layout/activity_inventory.xml
View file @
b446e93b
...
...
@@ -12,7 +12,8 @@
android:id=
"@+id/listView"
android:layout_width=
"wrap_content"
android:layout_height=
"400dp"
android:background=
"@drawable/border"
/>
android:background=
"@drawable/border"
android:cacheColorHint=
"#00000000"
/>
<RelativeLayout
android:layout_width=
"fill_parent"
...
...
src/client/PhilosopherStone/app/src/main/res/layout/activity_main.xml
View file @
b446e93b
...
...
@@ -21,7 +21,7 @@
android:layout_alignParentLeft=
"true"
android:layout_alignParentStart=
"true"
android:inputType=
"text"
android:text=
"1
67.205.0.0
"
/>
android:text=
"1
92.168.56.1
"
/>
<EditText
android:layout_width=
"150dp"
...
...
@@ -74,7 +74,7 @@
android:layout_height=
"wrap_content"
android:id=
"@+id/port"
android:layout_below=
"@+id/IPTarget"
android:text=
"
8000
"
android:text=
"
9876
"
android:layout_alignStart=
"@id/IPTarget"
android:inputType=
"number"
/>
...
...
src/client/PhilosopherStone/app/src/main/res/layout/offer_list.xml
View file @
b446e93b
...
...
@@ -2,7 +2,8 @@
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
>
android:orientation=
"horizontal"
android:background=
"@drawable/itembackground"
>
<RelativeLayout
android:layout_width=
"match_parent"
...
...
@@ -40,7 +41,8 @@
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"TextView"
android:layout_marginLeft=
"10dp"
/>
android:layout_marginLeft=
"10dp"
android:textColor=
"#ffffffff"
/>
</LinearLayout>
</RelativeLayout>
...
...
@@ -77,7 +79,8 @@
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"TextView"
android:layout_marginLeft=
"10dp"
/>
android:layout_marginLeft=
"10dp"
android:textColor=
"#ffffffff"
/>
</LinearLayout>
</RelativeLayout>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment