d tag

2228 questions


1 answers
152 views
0
How to repeat the background image horizontally only on Android?

To view Android image resources repeatedly<bitmap xmlns:android=http://schemas.android.com/apk/res/android android: src=@drawable/back android:tileMode=repeat/>This is how you define it in XML ...

2 years ago

1 answers
43 views
0
ViewportRect

As stated in the title, I would like to change the value of Camera's ViewportRect within C#Script.What should I do?Professor, please.

2 years ago

2 answers
56 views
0
I want to bulk replace the strings in the files in the subdirectory

If you search, you'll see a lot of articles with instructions on how to do it.There are two patterns depending on whether sed is gnu or not.Either way, it doesn't worksed --versiongsed (GNUsed) 4.8So ...

2 years ago

1 answers
34 views
0
I want to put the built Android OS image into the actual machine (failed to load/verify boot images)

I would like to put the Android OS image I built into the actual machine (Pixel 3a).The version is Android 9.0 and the tag (branch) is Android-9.0.0_r47.Pixel 3a is supported (Reference)Follow the doc...

2 years ago

1 answers
32 views
0
I want to pass parameters to the app with int://

From Chrome app to Android's intent schema, if you have an app, you can start the app, and if you don't have an app, you can fly to the market.However, I cannot go to the specific page of that applica...

2 years ago

2 answers
50 views
0
Menu icon image does not appear in action bar

I want the icon to appear in the action bar as it is written here, but it doesn't show well.Currently, only menu icons (vertical ...) are displayed, not icons.I'd like to change this to an update icon...

2 years ago

1 answers
49 views
0
About Score Display

I would like to substitute a number for each scorePrepare the ball and Cube objects When the ball hits the Cube, the number of the ball is taken and reflected in the score.The first score display was ...

2 years ago

1 answers
101 views
0
How to Upload an Image to a Server Using Volley

I looked at various sites and tried the source code, but I couldn't find anything that could upload images to the server using Volley.public class MultipartRequest2 extensions Request<String>{pu...


1 answers
40 views
0
unity —EdgeCollider 2D conflict determination is not possible.

EdgeCollider 2D and CircleCollider 2D can be determined, but EdgeCollider 2D did not respond to each other.Is it a specification?Thank you for your cooperation.unity 5.2.1

2 years ago

2 answers
36 views
0
error CS1525:meaning Unexpected symbol ''

Assets/Scenes/Player_NonPhysics2D.cs (42,32): error CS1525: Unexpected symbol'<internal>'The error appears, but I don't understand what this error means.The 42nd line indicated is the return; li...

2 years ago
« - 91 - »

© 2024 OneMinuteCode. All rights reserved.