android activity ImageView全屏設定

來源:互聯網
上載者:User

標籤:android   activity   image   

   開始接觸android也有1月有餘了,看了一小部分的教學視頻+剛哥的瘋狂講義。總是看著視頻做一些Demo,有些木訥。今天嘗試終於進入項目中,在項目中鞏固知識點。

   功能1 project啟動 顯示歡迎頁面而後跳轉 首頁面;

   問題點 1 實現Imange 全螢幕顯示:

   解決方案:

    1.設定image scaleType 屬性:

android:scaleType="fitXY"

    2.設定 activity theme 屬性:

<activity android:name=".initView"  android:theme="@android:style/Theme.Holo.NoActionBar">

    這裡只是改變某一個 activity 的顯示效果,所以只修改某一個activity 的樣式。這裡要注意,在修改 activity 的Theme 的屬性後,需要將 對應的實作類別 父類修改為android.app.activity否則運行時會報錯:

 java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.


    最終看效果如下:

650) this.width=650;" src="/e/u261/themes/default/images/spacer.gif" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="spacer.gif" />650) this.width=650;" src="http://s1.51cto.com/wyfs02/M02/8B/49/wKioL1hJD3DQ7wIiAADUX6ZqW20422.png-wh_500x0-wm_3-wmp_4-s_3019043113.png" title="QQ圖片20161208154421.png" alt="wKioL1hJD3DQ7wIiAADUX6ZqW20422.png-wh_50" />









本文出自 “洛山紅茶的成長” 部落格,請務必保留此出處http://85608547.blog.51cto.com/2093443/1881054

android activity ImageView全屏設定

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.