Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7072029
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T05:45:32+00:00 2026-05-28T05:45:32+00:00

Im new to this android development, and im currently playing around with the HelloM4A

  • 0

Im new to this android development, and im currently playing around with the HelloM4A project that follows the Mono for Android installation.

I have also noticed that Google wants us to use their design gudide, and I found a theme in that guide that they use. It is called Holo Light.

Now, how do I append that theme to my project? Do I need to download the theme, or is it standard on the phone?

I tried this code (below) but it did throw an build error, strange enough since I did not find the error in my Error list.

[Activity(Label = "HelloM4A", MainLauncher = true, Icon = "@drawable/icon", Theme = "@style/Theme.Holo.Light")]
public class Activity1 : Activity
{
    int count = 1;

    protected override void OnCreate(Bundle bundle)
    {
        base.OnCreate(bundle);

        // Set our view from the "main" layout resource
        SetContentView(Resource.Layout.Main);

        // Get our button from the layout resource,
        // and attach an event to it
        Button button = FindViewById<Button>(Resource.Id.MyButton);

        button.Click += delegate { button.Text = string.Format("{0} clicks!", count++); };
    }
}

This is my project layout:

enter image description here

Any help is appreciated!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T05:45:33+00:00Added an answer on May 28, 2026 at 5:45 am

    In u project there is something name manifest file .
    u have to give the theme got the activity as shon below.

    <activity
            android:name="com.aviz.pep.android.ui.classname"
           android:theme="@android:style/Theme.Translucent.NoTitleBar" >
        </activity>
    

    instead of theme.transulent.notilebar
    add your theme name but make sure you are using the latest sdk

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm new to Android development, and I've been playing around with it a bit.
I have this code on my Android phone. URI uri = new URI(url); HttpPost
I know that eclipse can do this, can Intellij via the new Android support
I am new this sharepoint development and i have task in hand to do
I'm new to Android development and I'm currently going through some tutorials. When I
I am new to android development. Currently i am working on an application which
I'm pretty new to Android Development, i'm following some Youtube tutorials currently. I'd like
I am semi-new to android development. I am getting ready to design a project
Im very new to this android development.I just started to create a hello world
I'm moving a project to the new Android Native Development Kit (i.e. JNI) and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.