Skip to content

Commit

Permalink
This Is new App
Browse files Browse the repository at this point in the history
  • Loading branch information
aashisharma1 committed Feb 1, 2023
1 parent 986b5a2 commit acb7092
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added ScreenShots/s1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ScreenShots/s2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ScreenShots/s3.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ScreenShots/s4.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ScreenShots/s5.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions app/src/main/java/com/status/truthanddare/BottomSheet.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import android.widget.AdapterView;
import android.widget.Button;
import android.widget.Spinner;
import android.widget.Toast;

import androidx.appcompat.app.AppCompatDelegate;

Expand Down Expand Up @@ -47,7 +46,6 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container,

for (int i = 0; i < aa.length; i++) {
if (aa[i].equals(p)) {
Toast.makeText(activity, p, Toast.LENGTH_SHORT).show();
spinner.setSelection(i);
break;
}
Expand Down
15 changes: 0 additions & 15 deletions app/src/main/res/values-v23/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,4 @@
<item name="android:windowLightStatusBar">true</item>
<!-- Customize your theme here. -->
</style>

<style name="Theme.TruthAndDare" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_500</item>
<item name="colorPrimaryVariant">@color/purple_700</item>
<item name="colorOnPrimary">@color/black</item>
<!-- Secondary brand color. -->
<item name="colorSecondary">@color/white</item>
<item name="colorSecondaryVariant">@color/teal_700</item>
<item name="colorOnSecondary">@color/black</item>
<!-- Status bar color. -->
<item name="android:statusBarColor">@color/white</item>
<item name="android:windowLightStatusBar">true</item>
<!-- Customize your theme here. -->
</style>
</resources>
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ dependencyResolutionManagement {
jcenter()
}
}
rootProject.name = "Truth and Dare"
rootProject.name = "Truth_and_Dare"
include ':app'

0 comments on commit acb7092

Please sign in to comment.