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
80bd672f
Commit
80bd672f
authored
Apr 30, 2015
by
Fahmi Dumadi
Browse files
tampilan
parent
d320e03a
Changes
14
Hide whitespace changes
Inline
Side-by-side
src/client/PhilosopherStone/.idea/misc.xml
View file @
80bd672f
...
...
@@ -19,7 +19,7 @@
</profile-state>
</entry>
</component>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1_7"
assert-keyword=
"true"
jdk-15=
"true"
project-jdk-name=
"1.
7
"
project-jdk-type=
"JavaSDK"
>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1_7"
assert-keyword=
"true"
jdk-15=
"true"
project-jdk-name=
"1.
8
"
project-jdk-type=
"JavaSDK"
>
<output
url=
"file://$PROJECT_DIR$/build/classes"
/>
</component>
<component
name=
"masterDetails"
>
...
...
src/client/PhilosopherStone/PhilosopherStone.iml
View file @
80bd672f
<?xml version="1.0" encoding="UTF-8"?>
<module
external.linked.project.path=
"$MODULE_DIR$"
external.root.project.path=
"$MODULE_DIR$"
external.system.id=
"GRADLE"
type=
"JAVA_MODULE"
version=
"4"
>
<module
external.linked.project.path=
"$MODULE_DIR$"
external.root.project.path=
"$MODULE_DIR$"
external.system.id=
"GRADLE"
external.system.module.group=
""
external.system.module.version=
"unspecified"
type=
"JAVA_MODULE"
version=
"4"
>
<component
name=
"FacetManager"
>
<facet
type=
"java-gradle"
name=
"Java-Gradle"
>
<configuration>
...
...
@@ -7,7 +7,7 @@
</configuration>
</facet>
</component>
<component
name=
"NewModuleRootManager"
inherit-compiler-output=
"
fals
e"
>
<component
name=
"NewModuleRootManager"
inherit-compiler-output=
"
tru
e"
>
<output
url=
"file://$MODULE_DIR$/build/classes/main"
/>
<output-test
url=
"file://$MODULE_DIR$/build/classes/test"
/>
<exclude-output
/>
...
...
src/client/PhilosopherStone/app/app.iml
View file @
80bd672f
<?xml version="1.0" encoding="UTF-8"?>
<module
external.linked.project.path=
"$MODULE_DIR$"
external.root.project.path=
"$MODULE_DIR$/.."
external.system.id=
"GRADLE"
type=
"JAVA_MODULE"
version=
"4"
>
<module
external.linked.project.path=
"$MODULE_DIR$"
external.root.project.path=
"$MODULE_DIR$/.."
external.system.id=
"GRADLE"
external.system.module.group=
"PhilosopherStone"
external.system.module.version=
"unspecified"
type=
"JAVA_MODULE"
version=
"4"
>
<component
name=
"FacetManager"
>
<facet
type=
"android-gradle"
name=
"Android-Gradle"
>
<configuration>
...
...
@@ -9,6 +9,7 @@
<facet
type=
"android"
name=
"Android"
>
<configuration>
<option
name=
"SELECTED_BUILD_VARIANT"
value=
"debug"
/>
<option
name=
"SELECTED_TEST_ARTIFACT"
value=
"_android_test_"
/>
<option
name=
"ASSEMBLE_TASK_NAME"
value=
"assembleDebug"
/>
<option
name=
"COMPILE_JAVA_TASK_NAME"
value=
"compileDebugSources"
/>
<option
name=
"ASSEMBLE_TEST_TASK_NAME"
value=
"assembleDebugTest"
/>
...
...
@@ -24,6 +25,7 @@
</component>
<component
name=
"NewModuleRootManager"
inherit-compiler-output=
"false"
>
<output
url=
"file://$MODULE_DIR$/build/intermediates/classes/debug"
/>
<output-test
url=
"file://$MODULE_DIR$/build/intermediates/classes/test/debug"
/>
<exclude-output
/>
<content
url=
"file://$MODULE_DIR$"
>
<sourceFolder
url=
"file://$MODULE_DIR$/build/generated/source/r/debug"
isTestSource=
"false"
generated=
"true"
/>
...
...
@@ -84,8 +86,8 @@
<orderEntry
type=
"jdk"
jdkName=
"Android API 21 Platform"
jdkType=
"Android SDK"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
exported=
""
name=
"appcompat-v7-21.0.3"
level=
"project"
/>
<orderEntry
type=
"library"
exported=
""
name=
"support-annotations-21.0.3"
level=
"project"
/>
<orderEntry
type=
"library"
exported=
""
name=
"support-v4-21.0.3"
level=
"project"
/>
<orderEntry
type=
"library"
exported=
""
name=
"support-annotations-21.0.3"
level=
"project"
/>
</component>
</module>
src/client/PhilosopherStone/app/src/main/AndroidManifest.xml
View file @
80bd672f
...
...
@@ -9,7 +9,7 @@
<application
android:allowBackup=
"true"
android:icon=
"@
drawable
/ic_launcher"
android:icon=
"@
mipmap
/ic
on
_launcher"
android:label=
"@string/app_name"
android:theme=
"@style/AppTheme"
>
<activity
...
...
src/client/PhilosopherStone/app/src/main/icon_launcher-web.png
0 → 100644
View file @
80bd672f
294 KB
src/client/PhilosopherStone/app/src/main/res/drawable/itembackground.png
0 → 100644
View file @
80bd672f
353 KB
src/client/PhilosopherStone/app/src/main/res/drawable/mainbackground.png
0 → 100644
View file @
80bd672f
1.86 MB
src/client/PhilosopherStone/app/src/main/res/layout/activity_main.xml
View file @
80bd672f
...
...
@@ -3,7 +3,8 @@
android:layout_height=
"match_parent"
android:paddingLeft=
"@dimen/activity_horizontal_margin"
android:paddingRight=
"@dimen/activity_horizontal_margin"
android:paddingTop=
"@dimen/activity_vertical_margin"
android:paddingBottom=
"@dimen/activity_vertical_margin"
tools:context=
".MainActivity"
>
android:paddingBottom=
"@dimen/activity_vertical_margin"
tools:context=
".MainActivity"
android:background=
"@drawable/mainbackground"
>
<TextView
android:text=
"Server IP:"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
...
...
@@ -56,16 +57,6 @@
android:layout_marginLeft=
"50dp"
android:layout_marginBottom=
"80dp"
/>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:textAppearance=
"?android:attr/textAppearanceLarge"
android:text=
"Elder Tale"
android:id=
"@+id/title"
android:layout_marginBottom=
"50dp"
android:layout_above=
"@+id/username"
android:layout_centerHorizontal=
"true"
/>
<Button
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
...
...
src/client/PhilosopherStone/app/src/main/res/layout/inventory_list.xml
View file @
80bd672f
...
...
@@ -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"
>
<ImageView
android:id=
"@+id/icon"
android:layout_width=
"60dp"
...
...
src/client/PhilosopherStone/app/src/main/res/mipmap-hdpi/icon_launcher.png
0 → 100644
View file @
80bd672f
7.56 KB
src/client/PhilosopherStone/app/src/main/res/mipmap-mdpi/icon_launcher.png
0 → 100644
View file @
80bd672f
3.44 KB
src/client/PhilosopherStone/app/src/main/res/mipmap-xhdpi/icon_launcher.png
0 → 100644
View file @
80bd672f
12.6 KB
src/client/PhilosopherStone/app/src/main/res/mipmap-xxhdpi/icon_launcher.png
0 → 100644
View file @
80bd672f
27.3 KB
src/client/PhilosopherStone/app/src/main/res/mipmap-xxxhdpi/icon_launcher.png
0 → 100644
View file @
80bd672f
47.2 KB
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