Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
InstiLostAndFound
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
MUTTINENI NAVYA
InstiLostAndFound
Commits
db121a06
Commit
db121a06
authored
Oct 25, 2019
by
MUDRA SAHU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
second commit modified login page ; added lost and found page
parent
d301dc1e
Changes
14
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
418 additions
and
34 deletions
+418
-34
InstiLostAndFound.iml
InstiLostAndFound.iml
+1
-2
app/src/main/AndroidManifest.xml
app/src/main/AndroidManifest.xml
+11
-3
app/src/main/java/com/example/instilostandfound/FoundItem.java
...rc/main/java/com/example/instilostandfound/FoundItem.java
+32
-0
app/src/main/java/com/example/instilostandfound/LostItem.java
...src/main/java/com/example/instilostandfound/LostItem.java
+32
-0
app/src/main/res/drawable/camera.png
app/src/main/res/drawable/camera.png
+0
-0
app/src/main/res/layout/activity_found_item.xml
app/src/main/res/layout/activity_found_item.xml
+33
-0
app/src/main/res/layout/activity_lost_item.xml
app/src/main/res/layout/activity_lost_item.xml
+33
-0
app/src/main/res/layout/activity_main.xml
app/src/main/res/layout/activity_main.xml
+64
-26
app/src/main/res/layout/content_found_item.xml
app/src/main/res/layout/content_found_item.xml
+99
-0
app/src/main/res/layout/content_lost_item.xml
app/src/main/res/layout/content_lost_item.xml
+99
-0
app/src/main/res/layout/content_main.xml
app/src/main/res/layout/content_main.xml
+1
-0
app/src/main/res/values/dimens.xml
app/src/main/res/values/dimens.xml
+2
-0
app/src/main/res/values/strings.xml
app/src/main/res/values/strings.xml
+7
-2
app/src/main/res/values/styles.xml
app/src/main/res/values/styles.xml
+4
-1
No files found.
InstiLostAndFound.iml
View file @
db121a06
...
@@ -12,9 +12,8 @@
...
@@ -12,9 +12,8 @@
<exclude-output
/>
<exclude-output
/>
<content
url=
"file://$MODULE_DIR$"
>
<content
url=
"file://$MODULE_DIR$"
>
<excludeFolder
url=
"file://$MODULE_DIR$/.gradle"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/.gradle"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build"
/>
</content>
</content>
<orderEntry
type=
"
jdk"
jdkName=
"1.8"
jdkType=
"JavaSDK
"
/>
<orderEntry
type=
"
inheritedJdk
"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
</component>
</component>
</module>
</module>
\ No newline at end of file
app/src/main/AndroidManifest.xml
View file @
db121a06
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"com.example.instilostandfound"
>
package=
"com.example.instilostandfound"
>
<application
<application
android:allowBackup=
"true"
android:allowBackup=
"true"
...
@@ -8,11 +8,19 @@
...
@@ -8,11 +8,19 @@
android:label=
"@string/app_name"
android:label=
"@string/app_name"
android:roundIcon=
"@mipmap/ic_launcher_round"
android:roundIcon=
"@mipmap/ic_launcher_round"
android:supportsRtl=
"true"
android:supportsRtl=
"true"
android:theme=
"@style/AppTheme"
>
android:theme=
"@style/AppTheme"
>
<activity
android:name=
".FoundItem"
android:label=
"@string/title_activity_found_item"
android:theme=
"@style/AppTheme.NoActionBar"
></activity>
<activity
android:name=
".LostItem"
android:label=
"@string/title_activity_lost_item"
android:theme=
"@style/AppTheme.NoActionBar"
/>
<activity
<activity
android:name=
".MainActivity"
android:name=
".MainActivity"
android:label=
"@string/app_name"
android:label=
"@string/app_name"
android:theme=
"@style/AppTheme.NoActionBar"
>
android:theme=
"@style/AppTheme.NoActionBar"
>
<intent-filter>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
<action
android:name=
"android.intent.action.MAIN"
/>
...
...
app/src/main/java/com/example/instilostandfound/FoundItem.java
0 → 100644
View file @
db121a06
package
com.example.instilostandfound
;
import
android.os.Bundle
;
import
com.google.android.material.floatingactionbutton.FloatingActionButton
;
import
com.google.android.material.snackbar.Snackbar
;
import
androidx.appcompat.app.AppCompatActivity
;
import
androidx.appcompat.widget.Toolbar
;
import
android.view.View
;
public
class
FoundItem
extends
AppCompatActivity
{
@Override
protected
void
onCreate
(
Bundle
savedInstanceState
)
{
super
.
onCreate
(
savedInstanceState
);
setContentView
(
R
.
layout
.
activity_found_item
);
Toolbar
toolbar
=
findViewById
(
R
.
id
.
toolbar
);
setSupportActionBar
(
toolbar
);
FloatingActionButton
fab
=
findViewById
(
R
.
id
.
fab
);
fab
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
@Override
public
void
onClick
(
View
view
)
{
Snackbar
.
make
(
view
,
"Replace with your own action"
,
Snackbar
.
LENGTH_LONG
)
.
setAction
(
"Action"
,
null
).
show
();
}
});
}
}
app/src/main/java/com/example/instilostandfound/LostItem.java
0 → 100644
View file @
db121a06
package
com.example.instilostandfound
;
import
android.os.Bundle
;
import
com.google.android.material.floatingactionbutton.FloatingActionButton
;
import
com.google.android.material.snackbar.Snackbar
;
import
androidx.appcompat.app.AppCompatActivity
;
import
androidx.appcompat.widget.Toolbar
;
import
android.view.View
;
public
class
LostItem
extends
AppCompatActivity
{
@Override
protected
void
onCreate
(
Bundle
savedInstanceState
)
{
super
.
onCreate
(
savedInstanceState
);
setContentView
(
R
.
layout
.
activity_lost_item
);
Toolbar
toolbar
=
findViewById
(
R
.
id
.
toolbar
);
setSupportActionBar
(
toolbar
);
FloatingActionButton
fab
=
findViewById
(
R
.
id
.
fab
);
fab
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
@Override
public
void
onClick
(
View
view
)
{
Snackbar
.
make
(
view
,
"Replace with your own action"
,
Snackbar
.
LENGTH_LONG
)
.
setAction
(
"Action"
,
null
).
show
();
}
});
}
}
app/src/main/res/drawable/camera.png
0 → 100644
View file @
db121a06
297 Bytes
app/src/main/res/layout/activity_found_item.xml
0 → 100644
View file @
db121a06
<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout
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=
"match_parent"
tools:context=
".FoundItem"
>
<com.google.android.material.appbar.AppBarLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:theme=
"@style/AppTheme.AppBarOverlay"
>
<androidx.appcompat.widget.Toolbar
android:id=
"@+id/toolbar"
android:layout_width=
"match_parent"
android:layout_height=
"?attr/actionBarSize"
android:background=
"?attr/colorPrimary"
app:popupTheme=
"@style/AppTheme.PopupOverlay"
/>
</com.google.android.material.appbar.AppBarLayout>
<include
layout=
"@layout/content_found_item"
/>
<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id=
"@+id/fab"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom|end"
android:layout_margin=
"@dimen/fab_margin"
app:srcCompat=
"@android:drawable/ic_dialog_email"
/>
</androidx.coordinatorlayout.widget.CoordinatorLayout>
\ No newline at end of file
app/src/main/res/layout/activity_lost_item.xml
0 → 100644
View file @
db121a06
<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout
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=
"match_parent"
tools:context=
".LostItem"
>
<com.google.android.material.appbar.AppBarLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:theme=
"@style/AppTheme.AppBarOverlay"
>
<androidx.appcompat.widget.Toolbar
android:id=
"@+id/toolbar"
android:layout_width=
"match_parent"
android:layout_height=
"?attr/actionBarSize"
android:background=
"?attr/colorPrimary"
app:popupTheme=
"@style/AppTheme.PopupOverlay"
/>
</com.google.android.material.appbar.AppBarLayout>
<include
layout=
"@layout/content_lost_item"
/>
<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id=
"@+id/fab"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom|end"
android:layout_margin=
"@dimen/fab_margin"
app:srcCompat=
"@android:drawable/ic_dialog_email"
/>
</androidx.coordinatorlayout.widget.CoordinatorLayout>
\ No newline at end of file
app/src/main/res/layout/activity_main.xml
View file @
db121a06
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout
<RelativeLayout
xmlns:android =
"http://schemas.android.com/apk/res/android"
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools =
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:layout_height =
"match_parent"
xmlns:tools=
"http://schemas.android.com/tools"
android:paddingLeft=
"@dimen/activity_horizontal_margin"
android:layout_width=
"match_parent"
android:paddingRight =
"@dimen/activity_horizontal_margin"
android:layout_height=
"match_parent"
android:paddingTop =
"@dimen/activity_vertical_margin"
tools:context=
".MainActivity"
>
android:paddingBottom =
"@dimen/activity_vertical_margin"
tools:context =
".MainActivity"
>
<TextView
android:text =
"@string/login"
android:layout_width=
"wrap_content"
android:layout_height =
"wrap_content"
android:id =
"@+id/textView"
android:textSize =
"20sp"
android:layout_below =
"@+id/imageView"
android:textColor=
"@color/colorPrimary"
android:paddingTop =
"@dimen/activity_vertical_margin"
/>
<com.google.android.material.appbar.AppBarLayout
<EditText
android:layout_width =
"wrap_content"
android:layout_height =
"wrap_content"
android:id =
"@+id/editText"
android:hint =
"@string/ldap_id"
android:focusable =
"true"
android:textColorHighlight =
"#ff7eff15"
android:textColorHint =
"#ffff25e6"
android:layout_marginTop =
"20dp"
android:layout_below =
"@+id/textView"
android:layout_alignParentLeft =
"true"
android:layout_alignParentStart =
"true"
android:layout_alignParentRight =
"true"
android:layout_alignParentEnd =
"true"
/>
<ImageView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_width=
"match_parent"
android:id=
"@+id/imageView"
android:theme=
"@style/AppTheme.AppBarOverlay"
>
android:src=
"@drawable/download"
android:paddingTop =
"100dp"
android:layout_centerHorizontal=
"true"
/>
<androidx.appcompat.widget.Toolbar
<EditText
android:id=
"@+id/toolbar"
android:layout_width=
"wrap_content"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"?attr/actionBarSize"
android:inputType=
"textPassword"
android:background=
"?attr/colorPrimary"
android:ems=
"10"
app:popupTheme=
"@style/AppTheme.PopupOverlay"
/>
android:id=
"@+id/editText2"
android:layout_below=
"@+id/editText"
android:layout_alignParentLeft=
"true"
android:layout_alignParentStart=
"true"
android:layout_alignRight=
"@+id/editText"
android:layout_alignEnd=
"@+id/editText"
android:textColorHint=
"#ffff299f"
android:hint=
"@string/password"
/>
</com.google.android.material.appbar.AppBarLayout>
<include
layout=
"@layout/content_main"
/>
<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id=
"@+id/fab"
<Button
android:layout_width=
"
wrap_cont
ent"
android:layout_width=
"
match_par
ent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom|end"
android:text=
"@string/login"
android:layout_margin=
"@dimen/fab_margin"
android:id=
"@+id/button"
app:srcCompat=
"@android:drawable/ic_dialog_email"
/>
android:layout_alignParentBottom=
"true"
android:layout_centerHorizontal=
"true"
android:background=
"@color/colorPrimary"
android:layout_marginBottom =
"40dp"
/>
</RelativeLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout>
\ No newline at end of file
app/src/main/res/layout/content_found_item.xml
0 → 100644
View file @
db121a06
<?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=
"match_parent"
app:layout_behavior=
"@string/appbar_scrolling_view_behavior"
tools:context=
".LostItem"
tools:showIn=
"@layout/activity_lost_item"
android:paddingLeft=
"@dimen/activity_horizontal_margin"
android:paddingRight =
"@dimen/activity_horizontal_margin"
android:paddingTop =
"@dimen/activity_vertical_margin"
android:paddingBottom =
"@dimen/activity_vertical_margin"
>
<ImageView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:id=
"@+id/imageView"
android:src=
"@drawable/camera"
android:minWidth=
"80dp"
android:minHeight=
"80dp"
android:layout_marginTop =
"40dp"
android:layout_marginLeft=
"40dp"
/>
<EditText
android:layout_width =
"wrap_content"
android:layout_height =
"wrap_content"
android:id =
"@+id/editText"
android:hint =
"@string/title"
android:focusable =
"true"
android:textColorHighlight =
"#ff7eff15"
android:textColorHint =
"#ffff25e6"
android:layout_marginTop =
"20dp"
android:layout_below =
"@+id/imageView"
android:layout_alignParentLeft =
"true"
android:layout_alignParentStart =
"true"
android:layout_alignParentRight =
"true"
android:layout_alignParentEnd =
"true"
/>
<EditText
android:layout_width =
"wrap_content"
android:layout_height =
"wrap_content"
android:id =
"@+id/editText1"
android:hint =
"@string/place"
android:focusable =
"true"
android:textColorHighlight =
"#ff7eff15"
android:textColorHint =
"#ffff25e6"
android:layout_marginTop =
"20dp"
android:layout_below =
"@+id/editText"
android:layout_alignParentLeft =
"true"
android:layout_alignParentStart =
"true"
android:layout_alignParentRight =
"true"
android:layout_alignParentEnd =
"true"
/>
<EditText
android:layout_width =
"wrap_content"
android:layout_height =
"wrap_content"
android:id =
"@+id/editText2"
android:hint =
"@string/desc"
android:focusable =
"true"
android:ems=
"10"
android:gravity=
"start|top"
android:inputType=
"textMultiLine"
android:textColorHighlight =
"#ff7eff15"
android:textColorHint =
"#ffff25e6"
android:layout_marginTop =
"20dp"
android:layout_below =
"@+id/editText1"
android:layout_alignParentLeft =
"true"
android:layout_alignParentStart =
"true"
android:layout_alignParentRight =
"true"
android:layout_alignParentEnd =
"true"
/>
<Button
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"@string/submit"
android:id=
"@+id/button"
android:layout_alignParentBottom=
"true"
android:layout_centerHorizontal=
"true"
android:background=
"@color/colorPrimary"
android:layout_marginBottom =
"40dp"
/>
<EditText
android:id=
"@+id/editText6"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:inputType=
"date"
android:hint =
"@string/date"
android:layout_below =
"@+id/editText2"
android:layout_marginTop =
"20dp"
android:layout_alignParentLeft =
"true"
android:layout_alignParentStart =
"true"
android:layout_alignParentRight =
"true"
android:layout_alignParentEnd =
"true"
/>
</RelativeLayout>
\ No newline at end of file
app/src/main/res/layout/content_lost_item.xml
0 → 100644
View file @
db121a06
<?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=
"match_parent"
app:layout_behavior=
"@string/appbar_scrolling_view_behavior"
tools:context=
".LostItem"
tools:showIn=
"@layout/activity_lost_item"
android:paddingLeft=
"@dimen/activity_horizontal_margin"
android:paddingRight =
"@dimen/activity_horizontal_margin"
android:paddingTop =
"@dimen/activity_vertical_margin"
android:paddingBottom =
"@dimen/activity_vertical_margin"
>
<ImageView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:id=
"@+id/imageView"
android:src=
"@drawable/camera"
android:minWidth=
"80dp"
android:minHeight=
"80dp"
android:layout_marginTop =
"40dp"
android:layout_marginLeft=
"40dp"
/>
<EditText
android:layout_width =
"wrap_content"
android:layout_height =
"wrap_content"
android:id =
"@+id/editText"
android:hint =
"@string/title"
android:focusable =
"true"
android:textColorHighlight =
"#ff7eff15"
android:textColorHint =
"#ffff25e6"
android:layout_marginTop =
"20dp"
android:layout_below =
"@+id/imageView"
android:layout_alignParentLeft =
"true"
android:layout_alignParentStart =
"true"
android:layout_alignParentRight =
"true"
android:layout_alignParentEnd =
"true"
/>
<EditText
android:layout_width =
"wrap_content"
android:layout_height =
"wrap_content"
android:id =
"@+id/editText1"
android:hint =
"@string/place"
android:focusable =
"true"
android:textColorHighlight =
"#ff7eff15"
android:textColorHint =
"#ffff25e6"
android:layout_marginTop =
"20dp"
android:layout_below =
"@+id/editText"
android:layout_alignParentLeft =
"true"
android:layout_alignParentStart =
"true"
android:layout_alignParentRight =
"true"
android:layout_alignParentEnd =
"true"
/>
<EditText
android:layout_width =
"wrap_content"
android:layout_height =
"wrap_content"
android:id =
"@+id/editText2"
android:hint =
"@string/desc"
android:focusable =
"true"
android:ems=
"10"
android:gravity=
"start|top"
android:inputType=
"textMultiLine"
android:textColorHighlight =
"#ff7eff15"
android:textColorHint =
"#ffff25e6"
android:layout_marginTop =
"20dp"
android:layout_below =
"@+id/editText1"
android:layout_alignParentLeft =
"true"
android:layout_alignParentStart =
"true"
android:layout_alignParentRight =
"true"
android:layout_alignParentEnd =
"true"
/>
<Button
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"@string/submit"
android:id=
"@+id/button"
android:layout_alignParentBottom=
"true"
android:layout_centerHorizontal=
"true"
android:background=
"@color/colorPrimary"
android:layout_marginBottom =
"40dp"
/>
<EditText
android:id=
"@+id/editText6"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:inputType=
"date"
android:hint =
"@string/date"
android:layout_below =
"@+id/editText2"
android:layout_marginTop =
"20dp"
android:layout_alignParentLeft =
"true"
android:layout_alignParentStart =
"true"
android:layout_alignParentRight =
"true"
android:layout_alignParentEnd =
"true"
/>
</RelativeLayout>
\ No newline at end of file
app/src/main/res/layout/content_main.xml
View file @
db121a06
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
app:layout_behavior=
"@string/appbar_scrolling_view_behavior"
app:layout_behavior=
"@string/appbar_scrolling_view_behavior"
tools:showIn=
"@layout/activity_main"
tools:showIn=
"@layout/activity_main"
tools:context=
".MainActivity"
>
tools:context=
".MainActivity"
>
<Button
<Button
...
...
app/src/main/res/values/dimens.xml
View file @
db121a06
<resources>
<resources>
<dimen
name=
"fab_margin"
>
16dp
</dimen>
<dimen
name=
"fab_margin"
>
16dp
</dimen>
<dimen
name=
"activity_horizontal_margin"
>
30dp
</dimen>
<dimen
name=
"activity_vertical_margin"
>
30dp
</dimen>
</resources>
</resources>
app/src/main/res/values/strings.xml
View file @
db121a06
...
@@ -5,6 +5,11 @@
...
@@ -5,6 +5,11 @@
<string
name=
"login"
>
Login
</string>
<string
name=
"login"
>
Login
</string>
<string
name=
"action_settings"
>
Settings
</string>
<string
name=
"action_settings"
>
Settings
</string>
<string
name=
"title_activity_lost"
>
Lost
</string>
<string
name=
"title_activity_lost"
>
Lost
</string>
<string
name=
"forgot_pass"
>
Forgot password? Reset
</string>
<string
name=
"title_activity_lost_item"
>
LostItem
</string>
<string
name=
"title"
>
Title
</string>
<string
name=
"place"
>
Place
</string>
<string
name=
"desc"
>
Description
</string>
<string
name=
"date"
>
Date
</string>
<string
name=
"submit"
>
Submit
</string>
<string
name=
"title_activity_found_item"
>
FoundItem
</string>
</resources>
</resources>
app/src/main/res/values/styles.xml
View file @
db121a06
<resources>
<resources>
<!-- Base application theme. -->
<!-- Base application theme. -->
<style
name=
"AppTheme"
parent=
"Theme.AppCompat.Light.
No
ActionBar"
>
<style
name=
"AppTheme"
parent=
"Theme.AppCompat.Light.
Dark
ActionBar"
>
<!-- Customize your theme here. -->
<!-- Customize your theme here. -->
<item
name=
"colorPrimary"
>
@color/colorPrimary
</item>
<item
name=
"colorPrimary"
>
@color/colorPrimary
</item>
<item
name=
"colorPrimaryDark"
>
@color/colorPrimaryDark
</item>
<item
name=
"colorPrimaryDark"
>
@color/colorPrimaryDark
</item>
<item
name=
"colorAccent"
>
@color/colorAccent
</item>
<item
name=
"colorAccent"
>
@color/colorAccent
</item>
</style>
</style>
<style
name=
"AppTheme.NoActionBar"
>
<style
name=
"AppTheme.NoActionBar"
>
<item
name=
"windowActionBar"
>
false
</item>
<item
name=
"windowActionBar"
>
false
</item>
<item
name=
"windowNoTitle"
>
true
</item>
<item
name=
"windowNoTitle"
>
true
</item>
</style>
</style>
<style
name=
"AppTheme.AppBarOverlay"
parent=
"ThemeOverlay.AppCompat.Dark.ActionBar"
/>
<style
name=
"AppTheme.AppBarOverlay"
parent=
"ThemeOverlay.AppCompat.Dark.ActionBar"
/>
<style
name=
"AppTheme.PopupOverlay"
parent=
"ThemeOverlay.AppCompat.Light"
/>
<style
name=
"AppTheme.PopupOverlay"
parent=
"ThemeOverlay.AppCompat.Light"
/>
</resources>
</resources>
Write
Preview
Markdown
is supported
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