自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

CircleList(圓弧形的ListView)

移動開發(fā)
圓弧形的ListView,根據(jù)國外開源控件改編。

源碼簡介

圓弧形的ListView,根據(jù)國外開源控件改編。
源碼運行截圖

源碼片段

  1. private float calculateAngel(int top, int h) { 
  2.         float result = 0f; 
  3.         if (top < h / 2f) { 
  4.             result = (top - (h / 2f)) / (h / 2f) * fullAngelFactor; 
  5.         } else if (top > h / 2f) { 
  6.             result = (top - (h / 2f)) / (h / 2f) * fullAngelFactor; 
  7.         } 
  8.         return result; 
  9.     } 

源碼鏈接:http://down.51cto.com/data/1983067

責(zé)任編輯:chenqingxiang 來源: 網(wǎng)絡(luò)整理
相關(guān)推薦

2023-12-04 09:31:13

CSS卡片

2013-04-02 13:04:07

ListView平滑滾

2011-05-27 15:02:15

Android ListView

2009-07-01 17:15:25

ListView數(shù)據(jù)排Visual Stud

2014-09-17 11:20:38

AndroidListView技巧

2014-07-16 13:08:24

ListViewItem View

2011-05-30 15:58:29

Android ListView 數(shù)據(jù)

2013-03-27 09:17:17

Android開發(fā)AndroidList

2011-06-03 10:48:23

Android ListView

2014-12-31 15:59:55

彈力菜單

2011-05-31 11:05:16

ListView 數(shù)據(jù)

2014-12-17 09:46:30

AndroidListView最佳實踐

2015-09-09 14:52:49

魅族

2009-08-18 17:41:22

C# ListView

2014-08-01 14:01:28

Android UI

2024-01-22 09:28:23

CSS前端滾動驅(qū)動

2011-04-11 14:14:29

checkboxlistviewAndroid

2013-07-10 10:21:22

Android Lis

2009-08-24 18:21:23

C# ListView

2017-11-08 14:34:20

圖片fresco程序員
點贊
收藏

51CTO技術(shù)棧公眾號