Android Studio中的移动和调整大小小部件

时间:2018-12-07 11:26:43

标签: android-studio

我是Android Studio的新手

我刚刚编写了一个代码来调整和移动小部件的位置

如果用户将其拖放到小部件的中间,则意味着通过拖放来更改小部件的位置

如果用户拖放窗口小部件的边缘(距边缘50dp,则表示调整窗口小部件的大小)

我已经研究了一段时间了,但做对了。

如果我移动了小部件,则无法调整大小

如果我无法根据需要扩展窗口小部件

做到这一点并不顺利,有时就像工作有时不 如果有人可以帮助我提供此代码,我将不胜感激

{
  'google' => [
    {
      'id' => 50,
      'create_at' => "2018-12-06T20:18:29.651Z",
      'site_name' => "google",
      'review_url' => "https://search.google.com/local/writereview",
      'location_id' => 2
    },
    {
      'id' => 52,
      'create_at' => "2018-14-06T20:18:29.651Z",
      'site_name' => "google",
      'review_url' => "https://search.google.com/local/readerview",
      'location_id' => 3
    }
  ],
  'facebook' => [
    {
      'id' => 51,
      'create_at' => "2018-12-06T20:18:35.639Z",
      'site_name' => "facebook",
      'review_url' => "https://www.facebook.com/biz/reviews/?ref=page_internal",
      'location_id' => 2
    }
  ]
}

0 个答案:

没有答案